Shades of Lime Green #57DD33
Tints of Lime Green #57DD33
RGB
CMYK
RGB Variations
Color information
#57DD33 (or 0x57DD33) is known color: Lime Green. HEX triplet: 57, DD and 33. RGB value is (87,221,51). Sum of RGB (Red+Green+Blue) = 87+221+51=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #57DD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DD33 is #A822CC. Grayscale: #A2A2A2. Windows color (decimal): -11018957 or 3398999. OLE color: 3398999.
HSL color Cylindrical-coordinate representation of color #57DD33: hue angle of 107.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57DD33 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 51 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.13 |
| HSL | 107.29º | 0.71% | 0.53% | - |
| HSV(B) | 107.29º | 0.77% | 0.87% | - |
| XYZ | 30.38 | 53.98 | 11.95 | - |
| YUV | 161.55 | 65.61 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 51 | 0.61 | 0 | 0.77 | 0.13 | 107.29 | 0.71 | 0.53 |
| Hex | 57 | DD | 33 | 3D | 0 | 4D | D | 6B | 47 | 35 |
| Octal | 127 | 335 | 63 | 75 | 0 | 115 | 15 | 153 | 107 | 65 |
| Binary | 1010111 | 11011101 | 110011 | 111101 | 0 | 1001101 | 1101 | 1101011 | 1000111 | 110101 |
Color Harmonies of #57DD33
Complementary color
Monochromatic Colors of #57DD33
Black with #57DD33
Text Example
Text Example
White with #57DD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DD33; }
p { color: rgb(87,221,51); }
H1.HeaderClassName
{
color: #57DD33;
}
.AnyTagClassName
{
color: #57DD33;
}
</style>
background-color css
<style>
a { background-color: #57DD33; }
a { background-color: rgb(87,221,51); }
div.DivClassName
{
background-color: #57DD33;
}
.BgClassName
{
background-color: #57DD33;
}
</style>
border-color css
<style>
span { border-color: #57DD33; }
span { border-color: rgb(87,221,51); }
td.TdClassName
{
border-color: #57DD33;
}
.TagClassName
{
border-color: #57DD33;
}
</style>