Shades of Lime Green #36CF3F
Tints of Lime Green #36CF3F
RGB
CMYK
RGB Variations
Color information
#36CF3F (or 0x36CF3F) is known color: Lime Green. HEX triplet: 36, CF and 3F. RGB value is (54,207,63). Sum of RGB (Red+Green+Blue) = 54+207+63=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CF3F is #C930C0. Grayscale: #919191. Windows color (decimal): -13185217 or 4181814. OLE color: 4181814.
HSL color Cylindrical-coordinate representation of color #36CF3F: hue angle of 123.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CF3F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 63 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.19 |
| HSL | 123.53º | 0.61% | 0.51% | - |
| HSV(B) | 123.53º | 0.74% | 0.81% | - |
| XYZ | 24.73 | 45.77 | 12.23 | - |
| YUV | 144.84 | 81.81 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 63 | 0.74 | 0 | 0.70 | 0.19 | 123.53 | 0.61 | 0.51 |
| Hex | 36 | CF | 3F | 4A | 0 | 46 | 13 | 7C | 3D | 33 |
| Octal | 66 | 317 | 77 | 112 | 0 | 106 | 23 | 174 | 75 | 63 |
| Binary | 110110 | 11001111 | 111111 | 1001010 | 0 | 1000110 | 10011 | 1111100 | 111101 | 110011 |
Color Harmonies of #36CF3F
Complementary color
Monochromatic Colors of #36CF3F
Black with #36CF3F
Text Example
Text Example
White with #36CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF3F; }
p { color: rgb(54,207,63); }
H1.HeaderClassName
{
color: #36CF3F;
}
.AnyTagClassName
{
color: #36CF3F;
}
</style>
background-color css
<style>
a { background-color: #36CF3F; }
a { background-color: rgb(54,207,63); }
div.DivClassName
{
background-color: #36CF3F;
}
.BgClassName
{
background-color: #36CF3F;
}
</style>
border-color css
<style>
span { border-color: #36CF3F; }
span { border-color: rgb(54,207,63); }
td.TdClassName
{
border-color: #36CF3F;
}
.TagClassName
{
border-color: #36CF3F;
}
</style>