Shades of Lime Green #36FA36
Tints of Lime Green #36FA36
RGB
CMYK
RGB Variations
Color information
#36FA36 (or 0x36FA36) is known color: Lime Green. HEX triplet: 36, FA and 36. RGB value is (54,250,54). Sum of RGB (Red+Green+Blue) = 54+250+54=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 250 (98.05% from 255 or 69.83% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FA36 is #C905C9. Grayscale: #A9A9A9. Windows color (decimal): -13174218 or 3602998. OLE color: 3602998.
HSL color Cylindrical-coordinate representation of color #36FA36: hue angle of 120º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FA36 is Cyan = 0.78, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 54 | - |
| CMYK | 0.78 | 0 | 0.78 | 0.02 |
| HSL | 120º | 0.95% | 0.6% | - |
| HSV(B) | 120º | 0.78% | 0.98% | - |
| XYZ | 36.37 | 69.42 | 14.97 | - |
| YUV | 169.05 | 63.07 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 54 | 0.78 | 0 | 0.78 | 0.02 | 120 | 0.95 | 0.6 |
| Hex | 36 | FA | 36 | 4E | 0 | 4E | 2 | 78 | 5F | 3C |
| Octal | 66 | 372 | 66 | 116 | 0 | 116 | 2 | 170 | 137 | 74 |
| Binary | 110110 | 11111010 | 110110 | 1001110 | 0 | 1001110 | 10 | 1111000 | 1011111 | 111100 |
Color Harmonies of #36FA36
Complementary color
Monochromatic Colors of #36FA36
Black with #36FA36
Text Example
Text Example
White with #36FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA36; }
p { color: rgb(54,250,54); }
H1.HeaderClassName
{
color: #36FA36;
}
.AnyTagClassName
{
color: #36FA36;
}
</style>
background-color css
<style>
a { background-color: #36FA36; }
a { background-color: rgb(54,250,54); }
div.DivClassName
{
background-color: #36FA36;
}
.BgClassName
{
background-color: #36FA36;
}
</style>
border-color css
<style>
span { border-color: #36FA36; }
span { border-color: rgb(54,250,54); }
td.TdClassName
{
border-color: #36FA36;
}
.TagClassName
{
border-color: #36FA36;
}
</style>