Shades of Lime Green #36BF3E
Tints of Lime Green #36BF3E
RGB
CMYK
RGB Variations
Color information
#36BF3E (or 0x36BF3E) is known color: Lime Green. HEX triplet: 36, BF and 3E. RGB value is (54,191,62). Sum of RGB (Red+Green+Blue) = 54+191+62=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #36BF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BF3E is #C940C1. Grayscale: #878787. Windows color (decimal): -13189314 or 4112182. OLE color: 4112182.
HSL color Cylindrical-coordinate representation of color #36BF3E: hue angle of 123.5º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BF3E is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 62 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.25 |
| HSL | 123.5º | 0.56% | 0.48% | - |
| HSV(B) | 123.5º | 0.72% | 0.75% | - |
| XYZ | 21.02 | 38.39 | 10.86 | - |
| YUV | 135.33 | 86.61 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 62 | 0.72 | 0 | 0.68 | 0.25 | 123.5 | 0.56 | 0.48 |
| Hex | 36 | BF | 3E | 48 | 0 | 44 | 19 | 7C | 38 | 30 |
| Octal | 66 | 277 | 76 | 110 | 0 | 104 | 31 | 174 | 70 | 60 |
| Binary | 110110 | 10111111 | 111110 | 1001000 | 0 | 1000100 | 11001 | 1111100 | 111000 | 110000 |
Color Harmonies of #36BF3E
Complementary color
Monochromatic Colors of #36BF3E
Black with #36BF3E
Text Example
Text Example
White with #36BF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BF3E; }
p { color: rgb(54,191,62); }
H1.HeaderClassName
{
color: #36BF3E;
}
.AnyTagClassName
{
color: #36BF3E;
}
</style>
background-color css
<style>
a { background-color: #36BF3E; }
a { background-color: rgb(54,191,62); }
div.DivClassName
{
background-color: #36BF3E;
}
.BgClassName
{
background-color: #36BF3E;
}
</style>
border-color css
<style>
span { border-color: #36BF3E; }
span { border-color: rgb(54,191,62); }
td.TdClassName
{
border-color: #36BF3E;
}
.TagClassName
{
border-color: #36BF3E;
}
</style>