Shades of Lime Green #36BF20
Tints of Lime Green #36BF20
RGB
CMYK
RGB Variations
Color information
#36BF20 (or 0x36BF20) is known color: Lime Green. HEX triplet: 36, BF and 20. RGB value is (54,191,32). Sum of RGB (Red+Green+Blue) = 54+191+32=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #36BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BF20 is #C940DF. Grayscale: #848484. Windows color (decimal): -13189344 or 2146102. OLE color: 2146102.
HSL color Cylindrical-coordinate representation of color #36BF20: hue angle of 111.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36BF20 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 32 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.25 |
| HSL | 111.7º | 0.71% | 0.44% | - |
| HSV(B) | 111.7º | 0.83% | 0.75% | - |
| XYZ | 20.41 | 38.15 | 7.65 | - |
| YUV | 131.91 | 71.61 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 32 | 0.72 | 0 | 0.83 | 0.25 | 111.7 | 0.71 | 0.44 |
| Hex | 36 | BF | 20 | 48 | 0 | 53 | 19 | 70 | 47 | 2C |
| Octal | 66 | 277 | 40 | 110 | 0 | 123 | 31 | 160 | 107 | 54 |
| Binary | 110110 | 10111111 | 100000 | 1001000 | 0 | 1010011 | 11001 | 1110000 | 1000111 | 101100 |
Color Harmonies of #36BF20
Complementary color
Monochromatic Colors of #36BF20
Black with #36BF20
Text Example
Text Example
White with #36BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BF20; }
p { color: rgb(54,191,32); }
H1.HeaderClassName
{
color: #36BF20;
}
.AnyTagClassName
{
color: #36BF20;
}
</style>
background-color css
<style>
a { background-color: #36BF20; }
a { background-color: rgb(54,191,32); }
div.DivClassName
{
background-color: #36BF20;
}
.BgClassName
{
background-color: #36BF20;
}
</style>
border-color css
<style>
span { border-color: #36BF20; }
span { border-color: rgb(54,191,32); }
td.TdClassName
{
border-color: #36BF20;
}
.TagClassName
{
border-color: #36BF20;
}
</style>