Shades of Lime Green #36BE2A
Tints of Lime Green #36BE2A
RGB
CMYK
RGB Variations
Color information
#36BE2A (or 0x36BE2A) is known color: Lime Green. HEX triplet: 36, BE and 2A. RGB value is (54,190,42). Sum of RGB (Red+Green+Blue) = 54+190+42=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BE2A is #C941D5. Grayscale: #848484. Windows color (decimal): -13189590 or 2801206. OLE color: 2801206.
HSL color Cylindrical-coordinate representation of color #36BE2A: hue angle of 115.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36BE2A is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 190 | 42 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.25 |
| HSL | 115.14º | 0.64% | 0.45% | - |
| HSV(B) | 115.14º | 0.78% | 0.75% | - |
| XYZ | 20.35 | 37.78 | 8.41 | - |
| YUV | 132.46 | 76.94 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 190 | 42 | 0.72 | 0 | 0.78 | 0.25 | 115.14 | 0.64 | 0.45 |
| Hex | 36 | BE | 2A | 48 | 0 | 4E | 19 | 73 | 40 | 2D |
| Octal | 66 | 276 | 52 | 110 | 0 | 116 | 31 | 163 | 100 | 55 |
| Binary | 110110 | 10111110 | 101010 | 1001000 | 0 | 1001110 | 11001 | 1110011 | 1000000 | 101101 |
Color Harmonies of #36BE2A
Complementary color
Monochromatic Colors of #36BE2A
Black with #36BE2A
Text Example
Text Example
White with #36BE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BE2A; }
p { color: rgb(54,190,42); }
H1.HeaderClassName
{
color: #36BE2A;
}
.AnyTagClassName
{
color: #36BE2A;
}
</style>
background-color css
<style>
a { background-color: #36BE2A; }
a { background-color: rgb(54,190,42); }
div.DivClassName
{
background-color: #36BE2A;
}
.BgClassName
{
background-color: #36BE2A;
}
</style>
border-color css
<style>
span { border-color: #36BE2A; }
span { border-color: rgb(54,190,42); }
td.TdClassName
{
border-color: #36BE2A;
}
.TagClassName
{
border-color: #36BE2A;
}
</style>