Shades of Lime Green #36BE4A
Tints of Lime Green #36BE4A
RGB
CMYK
RGB Variations
Color information
#36BE4A (or 0x36BE4A) is known color: Lime Green. HEX triplet: 36, BE and 4A. RGB value is (54,190,74). Sum of RGB (Red+Green+Blue) = 54+190+74=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 190 (74.61% from 255 or 59.75% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BE4A is #C941B5. Grayscale: #888888. Windows color (decimal): -13189558 or 4898358. OLE color: 4898358.
HSL color Cylindrical-coordinate representation of color #36BE4A: hue angle of 128.82º 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 #36BE4A is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
RGB | 54 | 190 | 74 | - |
CMYK | 0.72 | 0 | 0.61 | 0.25 |
HSL | 128.82º | 0.56% | 0.48% | - |
HSV(B) | 128.82º | 0.72% | 0.75% | - |
XYZ | 21.17 | 38.11 | 12.72 | - |
YUV | 136.11 | 92.94 | 69.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 54 | 190 | 74 | 0.72 | 0 | 0.61 | 0.25 | 128.82 | 0.56 | 0.48 |
Hex | 36 | BE | 4A | 48 | 0 | 3D | 19 | 81 | 38 | 30 |
Octal | 66 | 276 | 112 | 110 | 0 | 75 | 31 | 201 | 70 | 60 |
Binary | 110110 | 10111110 | 1001010 | 1001000 | 0 | 111101 | 11001 | 10000001 | 111000 | 110000 |
Color Harmonies of #36BE4A
Complementary color
Monochromatic Colors of #36BE4A
Black with #36BE4A
Text Example
Text Example
White with #36BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BE4A; }
p { color: rgb(54,190,74); }
H1.HeaderClassName
{
color: #36BE4A;
}
.AnyTagClassName
{
color: #36BE4A;
}
</style>
background-color css
<style>
a { background-color: #36BE4A; }
a { background-color: rgb(54,190,74); }
div.DivClassName
{
background-color: #36BE4A;
}
.BgClassName
{
background-color: #36BE4A;
}
</style>
border-color css
<style>
span { border-color: #36BE4A; }
span { border-color: rgb(54,190,74); }
td.TdClassName
{
border-color: #36BE4A;
}
.TagClassName
{
border-color: #36BE4A;
}
</style>