Shades of Lime Green #57DB3D
Tints of Lime Green #57DB3D
RGB
CMYK
RGB Variations
Color information
#57DB3D (or 0x57DB3D) is known color: Lime Green. HEX triplet: 57, DB and 3D. RGB value is (87,219,61). Sum of RGB (Red+Green+Blue) = 87+219+61=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #57DB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DB3D is #A824C2. Grayscale: #A2A2A2. Windows color (decimal): -11019459 or 4053847. OLE color: 4053847.
HSL color Cylindrical-coordinate representation of color #57DB3D: hue angle of 110.13º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #57DB3D is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 61 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.14 |
| HSL | 110.13º | 0.69% | 0.55% | - |
| HSV(B) | 110.13º | 0.72% | 0.86% | - |
| XYZ | 30.1 | 53.03 | 13.06 | - |
| YUV | 161.52 | 71.27 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 61 | 0.60 | 0 | 0.72 | 0.14 | 110.13 | 0.69 | 0.55 |
| Hex | 57 | DB | 3D | 3C | 0 | 48 | E | 6E | 45 | 37 |
| Octal | 127 | 333 | 75 | 74 | 0 | 110 | 16 | 156 | 105 | 67 |
| Binary | 1010111 | 11011011 | 111101 | 111100 | 0 | 1001000 | 1110 | 1101110 | 1000101 | 110111 |
Color Harmonies of #57DB3D
Complementary color
Monochromatic Colors of #57DB3D
Black with #57DB3D
Text Example
Text Example
White with #57DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DB3D; }
p { color: rgb(87,219,61); }
H1.HeaderClassName
{
color: #57DB3D;
}
.AnyTagClassName
{
color: #57DB3D;
}
</style>
background-color css
<style>
a { background-color: #57DB3D; }
a { background-color: rgb(87,219,61); }
div.DivClassName
{
background-color: #57DB3D;
}
.BgClassName
{
background-color: #57DB3D;
}
</style>
border-color css
<style>
span { border-color: #57DB3D; }
span { border-color: rgb(87,219,61); }
td.TdClassName
{
border-color: #57DB3D;
}
.TagClassName
{
border-color: #57DB3D;
}
</style>