#26D736

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

Shades of Lime Green #26D736

Tints of Lime Green #26D736

Color information

#26D736 (or 0x26D736) is unknown color: approx Lime Green. HEX triplet: 26, D7 and 36. RGB value is (38,215,54). Sum of RGB (Red+Green+Blue) = 38+215+54=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 215 (84.38% from 255 or 70.03% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 215 - color contains mainly: green. Hex color #26D736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D736 is #D928C9. Grayscale: #909090. Windows color (decimal): -14231754 or 3594022. OLE color: 3594022.

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

Color convert

RGB3821554-
CMYK0.8200.750.16
HSL125.42º69.96%49.61%-
HSV(B)125.42º82.33%84.31%-
XYZ25.7749.2811.64-
YUV143.7277.3652.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 215 (84.38% from 255) = 70.03%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=12.38%
G=70.03%
B=17.59%

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
Decimal38215540.8200.750.16125.4269.9649.61
Hex26D7365204B107d4632
Octal463276612201132017510662
Binary100110110101111101101010010010010111000011111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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