Shades of Lime Green #54DB3B
Tints of Lime Green #54DB3B
RGB
CMYK
RGB Variations
Color information
#54DB3B (or 0x54DB3B) is known color: Lime Green. HEX triplet: 54, DB and 3B. RGB value is (84,219,59). Sum of RGB (Red+Green+Blue) = 84+219+59=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #54DB3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DB3B is #AB24C4. Grayscale: #A0A0A0. Windows color (decimal): -11216069 or 3922772. OLE color: 3922772.
HSL color Cylindrical-coordinate representation of color #54DB3B: hue angle of 110.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54DB3B is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 59 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.14 |
| HSL | 110.63º | 0.69% | 0.55% | - |
| HSV(B) | 110.63º | 0.73% | 0.86% | - |
| XYZ | 29.78 | 52.86 | 12.77 | - |
| YUV | 160.4 | 70.77 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 59 | 0.62 | 0 | 0.73 | 0.14 | 110.63 | 0.69 | 0.55 |
| Hex | 54 | DB | 3B | 3E | 0 | 49 | E | 6F | 45 | 37 |
| Octal | 124 | 333 | 73 | 76 | 0 | 111 | 16 | 157 | 105 | 67 |
| Binary | 1010100 | 11011011 | 111011 | 111110 | 0 | 1001001 | 1110 | 1101111 | 1000101 | 110111 |
Color Harmonies of #54DB3B
Complementary color
Monochromatic Colors of #54DB3B
Black with #54DB3B
Text Example
Text Example
White with #54DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DB3B; }
p { color: rgb(84,219,59); }
H1.HeaderClassName
{
color: #54DB3B;
}
.AnyTagClassName
{
color: #54DB3B;
}
</style>
background-color css
<style>
a { background-color: #54DB3B; }
a { background-color: rgb(84,219,59); }
div.DivClassName
{
background-color: #54DB3B;
}
.BgClassName
{
background-color: #54DB3B;
}
</style>
border-color css
<style>
span { border-color: #54DB3B; }
span { border-color: rgb(84,219,59); }
td.TdClassName
{
border-color: #54DB3B;
}
.TagClassName
{
border-color: #54DB3B;
}
</style>