Shades of Lime Green #57DB3B
Tints of Lime Green #57DB3B
RGB
CMYK
RGB Variations
Color information
#57DB3B (or 0x57DB3B) is known color: Lime Green. HEX triplet: 57, DB and 3B. RGB value is (87,219,59). Sum of RGB (Red+Green+Blue) = 87+219+59=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DB3B is #A824C4. Grayscale: #A1A1A1. Windows color (decimal): -11019461 or 3922775. OLE color: 3922775.
HSL color Cylindrical-coordinate representation of color #57DB3B: hue angle of 109.5º 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 #57DB3B is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 59 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.14 |
| HSL | 109.5º | 0.69% | 0.55% | - |
| HSV(B) | 109.5º | 0.73% | 0.86% | - |
| XYZ | 30.05 | 53.01 | 12.78 | - |
| YUV | 161.29 | 70.27 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 59 | 0.60 | 0 | 0.73 | 0.14 | 109.5 | 0.69 | 0.55 |
| Hex | 57 | DB | 3B | 3C | 0 | 49 | E | 6E | 45 | 37 |
| Octal | 127 | 333 | 73 | 74 | 0 | 111 | 16 | 156 | 105 | 67 |
| Binary | 1010111 | 11011011 | 111011 | 111100 | 0 | 1001001 | 1110 | 1101110 | 1000101 | 110111 |
Color Harmonies of #57DB3B
Complementary color
Monochromatic Colors of #57DB3B
Black with #57DB3B
Text Example
Text Example
White with #57DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB3B; }
p { color: rgb(87,219,59); }
H1.HeaderClassName
{
color: #57DB3B;
}
.AnyTagClassName
{
color: #57DB3B;
}
</style>
background-color css
<style>
a { background-color: #57DB3B; }
a { background-color: rgb(87,219,59); }
div.DivClassName
{
background-color: #57DB3B;
}
.BgClassName
{
background-color: #57DB3B;
}
</style>
border-color css
<style>
span { border-color: #57DB3B; }
span { border-color: rgb(87,219,59); }
td.TdClassName
{
border-color: #57DB3B;
}
.TagClassName
{
border-color: #57DB3B;
}
</style>