Shades of Lime Green #36FA30
Tints of Lime Green #36FA30
RGB
CMYK
RGB Variations
Color information
#36FA30 (or 0x36FA30) is known color: Lime Green. HEX triplet: 36, FA and 30. RGB value is (54,250,48). Sum of RGB (Red+Green+Blue) = 54+250+48=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 250 (98.05% from 255 or 71.02% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FA30 is #C905CF. Grayscale: #A8A8A8. Windows color (decimal): -13174224 or 3209782. OLE color: 3209782.
HSL color Cylindrical-coordinate representation of color #36FA30: hue angle of 118.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36FA30 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 48 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.02 |
| HSL | 118.22º | 0.95% | 0.58% | - |
| HSV(B) | 118.22º | 0.81% | 0.98% | - |
| XYZ | 36.24 | 69.37 | 14.28 | - |
| YUV | 168.37 | 60.07 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 48 | 0.78 | 0 | 0.81 | 0.02 | 118.22 | 0.95 | 0.58 |
| Hex | 36 | FA | 30 | 4E | 0 | 51 | 2 | 76 | 5F | 3A |
| Octal | 66 | 372 | 60 | 116 | 0 | 121 | 2 | 166 | 137 | 72 |
| Binary | 110110 | 11111010 | 110000 | 1001110 | 0 | 1010001 | 10 | 1110110 | 1011111 | 111010 |
Color Harmonies of #36FA30
Complementary color
Monochromatic Colors of #36FA30
Black with #36FA30
Text Example
Text Example
White with #36FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA30; }
p { color: rgb(54,250,48); }
H1.HeaderClassName
{
color: #36FA30;
}
.AnyTagClassName
{
color: #36FA30;
}
</style>
background-color css
<style>
a { background-color: #36FA30; }
a { background-color: rgb(54,250,48); }
div.DivClassName
{
background-color: #36FA30;
}
.BgClassName
{
background-color: #36FA30;
}
</style>
border-color css
<style>
span { border-color: #36FA30; }
span { border-color: rgb(54,250,48); }
td.TdClassName
{
border-color: #36FA30;
}
.TagClassName
{
border-color: #36FA30;
}
</style>