Shades of Lime Green #36CF26
Tints of Lime Green #36CF26
RGB
CMYK
RGB Variations
Color information
#36CF26 (or 0x36CF26) is known color: Lime Green. HEX triplet: 36, CF and 26. RGB value is (54,207,38). Sum of RGB (Red+Green+Blue) = 54+207+38=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CF26 is #C930D9. Grayscale: #8E8E8E. Windows color (decimal): -13185242 or 2543414. OLE color: 2543414.
HSL color Cylindrical-coordinate representation of color #36CF26: hue angle of 114.32º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36CF26 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 38 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.19 |
| HSL | 114.32º | 0.69% | 0.48% | - |
| HSV(B) | 114.32º | 0.82% | 0.81% | - |
| XYZ | 24.18 | 45.55 | 9.35 | - |
| YUV | 141.99 | 69.31 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 38 | 0.74 | 0 | 0.82 | 0.19 | 114.32 | 0.69 | 0.48 |
| Hex | 36 | CF | 26 | 4A | 0 | 52 | 13 | 72 | 45 | 30 |
| Octal | 66 | 317 | 46 | 112 | 0 | 122 | 23 | 162 | 105 | 60 |
| Binary | 110110 | 11001111 | 100110 | 1001010 | 0 | 1010010 | 10011 | 1110010 | 1000101 | 110000 |
Color Harmonies of #36CF26
Complementary color
Monochromatic Colors of #36CF26
Black with #36CF26
Text Example
Text Example
White with #36CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF26; }
p { color: rgb(54,207,38); }
H1.HeaderClassName
{
color: #36CF26;
}
.AnyTagClassName
{
color: #36CF26;
}
</style>
background-color css
<style>
a { background-color: #36CF26; }
a { background-color: rgb(54,207,38); }
div.DivClassName
{
background-color: #36CF26;
}
.BgClassName
{
background-color: #36CF26;
}
</style>
border-color css
<style>
span { border-color: #36CF26; }
span { border-color: rgb(54,207,38); }
td.TdClassName
{
border-color: #36CF26;
}
.TagClassName
{
border-color: #36CF26;
}
</style>