#36D726

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

Shades of Lime Green #36D726

Tints of Lime Green #36D726

Color information

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

HSL color Cylindrical-coordinate representation of color #36D726: hue angle of 114.58º 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 #36D726 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB5421538-
CMYK0.7500.820.16
HSL114.58º69.96%49.61%-
HSV(B)114.58º82.33%84.31%-
XYZ26.1749.5310.01-
YUV146.6866.6661.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal54215380.7500.820.16114.5869.9649.61
Hex36D7264B05210734632
Octal663274611301222016310662
Binary110110110101111001101001011010100101000011100111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D726; }

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

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

<style>
 a { background-color: #36D726; }

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

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

<style>
 span { border-color: #36D726; }

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

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