Shades of Lime Green #36FA2D
Tints of Lime Green #36FA2D
RGB
CMYK
RGB Variations
Color information
#36FA2D (or 0x36FA2D) is known color: Lime Green. HEX triplet: 36, FA and 2D. RGB value is (54,250,45). Sum of RGB (Red+Green+Blue) = 54+250+45=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FA2D is #C905D2. Grayscale: #A8A8A8. Windows color (decimal): -13174227 or 3013174. OLE color: 3013174.
HSL color Cylindrical-coordinate representation of color #36FA2D: hue angle of 117.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36FA2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 45 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.02 |
| HSL | 117.37º | 0.95% | 0.58% | - |
| HSV(B) | 117.37º | 0.82% | 0.98% | - |
| XYZ | 36.18 | 69.34 | 13.96 | - |
| YUV | 168.03 | 58.57 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 45 | 0.78 | 0 | 0.82 | 0.02 | 117.37 | 0.95 | 0.58 |
| Hex | 36 | FA | 2D | 4E | 0 | 52 | 2 | 75 | 5F | 3A |
| Octal | 66 | 372 | 55 | 116 | 0 | 122 | 2 | 165 | 137 | 72 |
| Binary | 110110 | 11111010 | 101101 | 1001110 | 0 | 1010010 | 10 | 1110101 | 1011111 | 111010 |
Color Harmonies of #36FA2D
Complementary color
Monochromatic Colors of #36FA2D
Black with #36FA2D
Text Example
Text Example
White with #36FA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA2D; }
p { color: rgb(54,250,45); }
H1.HeaderClassName
{
color: #36FA2D;
}
.AnyTagClassName
{
color: #36FA2D;
}
</style>
background-color css
<style>
a { background-color: #36FA2D; }
a { background-color: rgb(54,250,45); }
div.DivClassName
{
background-color: #36FA2D;
}
.BgClassName
{
background-color: #36FA2D;
}
</style>
border-color css
<style>
span { border-color: #36FA2D; }
span { border-color: rgb(54,250,45); }
td.TdClassName
{
border-color: #36FA2D;
}
.TagClassName
{
border-color: #36FA2D;
}
</style>