Shades of Lime Green #36CF36
Tints of Lime Green #36CF36
RGB
CMYK
RGB Variations
Color information
#36CF36 (or 0x36CF36) is known color: Lime Green. HEX triplet: 36, CF and 36. RGB value is (54,207,54). Sum of RGB (Red+Green+Blue) = 54+207+54=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #36CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CF36 is #C930C9. Grayscale: #909090. Windows color (decimal): -13185226 or 3591990. OLE color: 3591990.
HSL color Cylindrical-coordinate representation of color #36CF36: hue angle of 120º 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 #36CF36 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 207 | 54 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.19 |
| HSL | 120º | 0.61% | 0.51% | - |
| HSV(B) | 120º | 0.74% | 0.81% | - |
| XYZ | 24.5 | 45.68 | 11.02 | - |
| YUV | 143.81 | 77.31 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 207 | 54 | 0.74 | 0 | 0.74 | 0.19 | 120 | 0.61 | 0.51 |
| Hex | 36 | CF | 36 | 4A | 0 | 4A | 13 | 78 | 3D | 33 |
| Octal | 66 | 317 | 66 | 112 | 0 | 112 | 23 | 170 | 75 | 63 |
| Binary | 110110 | 11001111 | 110110 | 1001010 | 0 | 1001010 | 10011 | 1111000 | 111101 | 110011 |
Color Harmonies of #36CF36
Complementary color
Monochromatic Colors of #36CF36
Black with #36CF36
Text Example
Text Example
White with #36CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CF36; }
p { color: rgb(54,207,54); }
H1.HeaderClassName
{
color: #36CF36;
}
.AnyTagClassName
{
color: #36CF36;
}
</style>
background-color css
<style>
a { background-color: #36CF36; }
a { background-color: rgb(54,207,54); }
div.DivClassName
{
background-color: #36CF36;
}
.BgClassName
{
background-color: #36CF36;
}
</style>
border-color css
<style>
span { border-color: #36CF36; }
span { border-color: rgb(54,207,54); }
td.TdClassName
{
border-color: #36CF36;
}
.TagClassName
{
border-color: #36CF36;
}
</style>