#26CD40

Color #26CD40 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26CD40

Tints of Lime Green #26CD40

Color information

#26CD40 (or 0x26CD40) is unknown color: approx Lime Green. HEX triplet: 26, CD and 40. RGB value is (38,205,64). Sum of RGB (Red+Green+Blue) = 38+205+64=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 205 (80.47% from 255 or 66.78% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 205 - color contains mainly: green. Hex color #26CD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CD40 is #D932BF. Grayscale: #8B8B8B. Windows color (decimal): -14234304 or 4246822. OLE color: 4246822.

HSL color Cylindrical-coordinate representation of color #26CD40: hue angle of 129.34º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CD40 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB3820564-
CMYK0.8100.690.20
HSL129.34º68.72%47.65%-
HSV(B)129.34º81.46%80.39%-
XYZ23.5644.4412.19-
YUV138.9985.6755.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 205 (80.47% from 255) = 66.78%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=12.38%
G=66.78%
B=20.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38205640.8100.690.20129.3468.7247.65
Hex26CD405104514814530
Octal4631510012101052420110560
Binary10011011001101100000010100010100010110100100000011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26CD40; }

 p { color: rgb(38,205,64); }

 H1.HeaderClassName
 {
   color: #26CD40;
 }
 .AnyTagClassName
 {
   color: #26CD40;
 }
</style>
background-color css

<style>
 a { background-color: #26CD40; }

 a { background-color: rgb(38,205,64); }

 div.DivClassName
 {
   background-color: #26CD40;
 }
 .BgClassName
 {
   background-color: #26CD40;
 }
</style>
border-color css

<style>
 span { border-color: #26CD40; }

 span { border-color: rgb(38,205,64); }

 td.TdClassName
 {
   border-color: #26CD40;
 }
 .TagClassName
 {
   border-color: #26CD40;
 }
</style>