Shades of Lime Green #36BE3E
Tints of Lime Green #36BE3E
RGB
CMYK
RGB Variations
Color information
#36BE3E (or 0x36BE3E) is known color: Lime Green. HEX triplet: 36, BE and 3E. RGB value is (54,190,62). Sum of RGB (Red+Green+Blue) = 54+190+62=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BE3E is #C941C1. Grayscale: #878787. Windows color (decimal): -13189570 or 4111926. OLE color: 4111926.
HSL color Cylindrical-coordinate representation of color #36BE3E: hue angle of 123.53º 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 #36BE3E is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 190 | 62 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.25 |
| HSL | 123.53º | 0.56% | 0.48% | - |
| HSV(B) | 123.53º | 0.72% | 0.75% | - |
| XYZ | 20.8 | 37.96 | 10.79 | - |
| YUV | 134.74 | 86.94 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 62 | 0.72 | 0 | 0.67 | 0.25 | 123.53 | 0.56 | 0.48 |
| Hex | 36 | BE | 3E | 48 | 0 | 43 | 19 | 7C | 38 | 30 |
| Octal | 66 | 276 | 76 | 110 | 0 | 103 | 31 | 174 | 70 | 60 |
| Binary | 110110 | 10111110 | 111110 | 1001000 | 0 | 1000011 | 11001 | 1111100 | 111000 | 110000 |
Color Harmonies of #36BE3E
Complementary color
Monochromatic Colors of #36BE3E
Black with #36BE3E
Text Example
Text Example
White with #36BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BE3E; }
p { color: rgb(54,190,62); }
H1.HeaderClassName
{
color: #36BE3E;
}
.AnyTagClassName
{
color: #36BE3E;
}
</style>
background-color css
<style>
a { background-color: #36BE3E; }
a { background-color: rgb(54,190,62); }
div.DivClassName
{
background-color: #36BE3E;
}
.BgClassName
{
background-color: #36BE3E;
}
</style>
border-color css
<style>
span { border-color: #36BE3E; }
span { border-color: rgb(54,190,62); }
td.TdClassName
{
border-color: #36BE3E;
}
.TagClassName
{
border-color: #36BE3E;
}
</style>