Shades of Lime Green #36CF40
Tints of Lime Green #36CF40
RGB
CMYK
RGB Variations
Color information
#36CF40 (or 0x36CF40) is known color: Lime Green. HEX triplet: 36, CF and 40. RGB value is (54,207,64). Sum of RGB (Red+Green+Blue) = 54+207+64=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CF40 is #C930BF. Grayscale: #919191. Windows color (decimal): -13185216 or 4247350. OLE color: 4247350.
HSL color Cylindrical-coordinate representation of color #36CF40: hue angle of 123.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CF40 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 64 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.19 |
| HSL | 123.92º | 0.61% | 0.51% | - |
| HSV(B) | 123.92º | 0.74% | 0.81% | - |
| XYZ | 24.76 | 45.78 | 12.38 | - |
| YUV | 144.95 | 82.31 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 64 | 0.74 | 0 | 0.69 | 0.19 | 123.92 | 0.61 | 0.51 |
| Hex | 36 | CF | 40 | 4A | 0 | 45 | 13 | 7C | 3D | 33 |
| Octal | 66 | 317 | 100 | 112 | 0 | 105 | 23 | 174 | 75 | 63 |
| Binary | 110110 | 11001111 | 1000000 | 1001010 | 0 | 1000101 | 10011 | 1111100 | 111101 | 110011 |
Color Harmonies of #36CF40
Complementary color
Monochromatic Colors of #36CF40
Black with #36CF40
Text Example
Text Example
White with #36CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF40; }
p { color: rgb(54,207,64); }
H1.HeaderClassName
{
color: #36CF40;
}
.AnyTagClassName
{
color: #36CF40;
}
</style>
background-color css
<style>
a { background-color: #36CF40; }
a { background-color: rgb(54,207,64); }
div.DivClassName
{
background-color: #36CF40;
}
.BgClassName
{
background-color: #36CF40;
}
</style>
border-color css
<style>
span { border-color: #36CF40; }
span { border-color: rgb(54,207,64); }
td.TdClassName
{
border-color: #36CF40;
}
.TagClassName
{
border-color: #36CF40;
}
</style>