Shades of Lime Green #36CB2F
Tints of Lime Green #36CB2F
RGB
CMYK
RGB Variations
Color information
#36CB2F (or 0x36CB2F) is known color: Lime Green. HEX triplet: 36, CB and 2F. RGB value is (54,203,47). Sum of RGB (Red+Green+Blue) = 54+203+47=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #36CB2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CB2F is #C934D0. Grayscale: #8D8D8D. Windows color (decimal): -13186257 or 3132214. OLE color: 3132214.
HSL color Cylindrical-coordinate representation of color #36CB2F: hue angle of 117.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36CB2F is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 203 | 47 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.20 |
| HSL | 117.31º | 0.62% | 0.49% | - |
| HSV(B) | 117.31º | 0.77% | 0.8% | - |
| XYZ | 23.39 | 43.7 | 9.89 | - |
| YUV | 140.67 | 75.14 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 203 | 47 | 0.73 | 0 | 0.77 | 0.20 | 117.31 | 0.62 | 0.49 |
| Hex | 36 | CB | 2F | 49 | 0 | 4D | 14 | 75 | 3E | 31 |
| Octal | 66 | 313 | 57 | 111 | 0 | 115 | 24 | 165 | 76 | 61 |
| Binary | 110110 | 11001011 | 101111 | 1001001 | 0 | 1001101 | 10100 | 1110101 | 111110 | 110001 |
Color Harmonies of #36CB2F
Complementary color
Monochromatic Colors of #36CB2F
Black with #36CB2F
Text Example
Text Example
White with #36CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CB2F; }
p { color: rgb(54,203,47); }
H1.HeaderClassName
{
color: #36CB2F;
}
.AnyTagClassName
{
color: #36CB2F;
}
</style>
background-color css
<style>
a { background-color: #36CB2F; }
a { background-color: rgb(54,203,47); }
div.DivClassName
{
background-color: #36CB2F;
}
.BgClassName
{
background-color: #36CB2F;
}
</style>
border-color css
<style>
span { border-color: #36CB2F; }
span { border-color: rgb(54,203,47); }
td.TdClassName
{
border-color: #36CB2F;
}
.TagClassName
{
border-color: #36CB2F;
}
</style>