Shades of Lime Green #54D238
Tints of Lime Green #54D238
RGB
CMYK
RGB Variations
Color information
#54D238 (or 0x54D238) is known color: Lime Green. HEX triplet: 54, D2 and 38. RGB value is (84,210,56). Sum of RGB (Red+Green+Blue) = 84+210+56=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #54D238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D238 is #AB2DC7. Grayscale: #9B9B9B. Windows color (decimal): -11218376 or 3723860. OLE color: 3723860.
HSL color Cylindrical-coordinate representation of color #54D238: hue angle of 109.09º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54D238 is Cyan = 0.6, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 210 | 56 | - |
| CMYK | 0.6 | 0 | 0.73 | 0.18 |
| HSL | 109.09º | 0.63% | 0.52% | - |
| HSV(B) | 109.09º | 0.73% | 0.82% | - |
| XYZ | 27.42 | 48.26 | 11.61 | - |
| YUV | 154.77 | 72.26 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 210 | 56 | 0.6 | 0 | 0.73 | 0.18 | 109.09 | 0.63 | 0.52 |
| Hex | 54 | D2 | 38 | 3C | 0 | 49 | 12 | 6D | 3F | 34 |
| Octal | 124 | 322 | 70 | 74 | 0 | 111 | 22 | 155 | 77 | 64 |
| Binary | 1010100 | 11010010 | 111000 | 111100 | 0 | 1001001 | 10010 | 1101101 | 111111 | 110100 |
Color Harmonies of #54D238
Complementary color
Monochromatic Colors of #54D238
Black with #54D238
Text Example
Text Example
White with #54D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D238; }
p { color: rgb(84,210,56); }
H1.HeaderClassName
{
color: #54D238;
}
.AnyTagClassName
{
color: #54D238;
}
</style>
background-color css
<style>
a { background-color: #54D238; }
a { background-color: rgb(84,210,56); }
div.DivClassName
{
background-color: #54D238;
}
.BgClassName
{
background-color: #54D238;
}
</style>
border-color css
<style>
span { border-color: #54D238; }
span { border-color: rgb(84,210,56); }
td.TdClassName
{
border-color: #54D238;
}
.TagClassName
{
border-color: #54D238;
}
</style>