Shades of Lime Green #54ED32
Tints of Lime Green #54ED32
RGB
CMYK
RGB Variations
Color information
#54ED32 (or 0x54ED32) is known color: Lime Green. HEX triplet: 54, ED and 32. RGB value is (84,237,50). Sum of RGB (Red+Green+Blue) = 84+237+50=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #54ED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54ED32 is #AB12CD. Grayscale: #AAAAAA. Windows color (decimal): -11211470 or 3337556. OLE color: 3337556.
HSL color Cylindrical-coordinate representation of color #54ED32: hue angle of 109.09º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54ED32 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 237 | 50 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.07 |
| HSL | 109.09º | 0.84% | 0.56% | - |
| HSV(B) | 109.09º | 0.79% | 0.93% | - |
| XYZ | 34.52 | 62.68 | 13.3 | - |
| YUV | 169.94 | 60.31 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 237 | 50 | 0.65 | 0 | 0.79 | 0.07 | 109.09 | 0.84 | 0.56 |
| Hex | 54 | ED | 32 | 41 | 0 | 4F | 7 | 6D | 54 | 38 |
| Octal | 124 | 355 | 62 | 101 | 0 | 117 | 7 | 155 | 124 | 70 |
| Binary | 1010100 | 11101101 | 110010 | 1000001 | 0 | 1001111 | 111 | 1101101 | 1010100 | 111000 |
Color Harmonies of #54ED32
Complementary color
Monochromatic Colors of #54ED32
Black with #54ED32
Text Example
Text Example
White with #54ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ED32; }
p { color: rgb(84,237,50); }
H1.HeaderClassName
{
color: #54ED32;
}
.AnyTagClassName
{
color: #54ED32;
}
</style>
background-color css
<style>
a { background-color: #54ED32; }
a { background-color: rgb(84,237,50); }
div.DivClassName
{
background-color: #54ED32;
}
.BgClassName
{
background-color: #54ED32;
}
</style>
border-color css
<style>
span { border-color: #54ED32; }
span { border-color: rgb(84,237,50); }
td.TdClassName
{
border-color: #54ED32;
}
.TagClassName
{
border-color: #54ED32;
}
</style>