#26D636

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

Shades of Lime Green #26D636

Tints of Lime Green #26D636

Color information

#26D636 (or 0x26D636) is unknown color: approx Lime Green. HEX triplet: 26, D6 and 36. RGB value is (38,214,54). Sum of RGB (Red+Green+Blue) = 38+214+54=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #26D636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D636 is #D929C9. Grayscale: #8F8F8F. Windows color (decimal): -14232010 or 3593766. OLE color: 3593766.

HSL color Cylindrical-coordinate representation of color #26D636: hue angle of 125.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D636 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB3821454-
CMYK0.8200.750.16
HSL125.45º69.84%49.41%-
HSV(B)125.45º82.24%83.92%-
XYZ25.5148.7711.56-
YUV143.1477.6953.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 214 (83.98% from 255) = 69.93%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=12.42%
G=69.93%
B=17.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38214540.8200.750.16125.4569.8449.41
Hex26D6365204B107d4631
Octal463266612201132017510661
Binary100110110101101101101010010010010111000011111011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,214,54); }

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

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

 a { background-color: rgb(38,214,54); }

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

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

 span { border-color: rgb(38,214,54); }

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