Shades of Lime Green #57DF34
Tints of Lime Green #57DF34
RGB
CMYK
RGB Variations
Color information
#57DF34 (or 0x57DF34) is known color: Lime Green. HEX triplet: 57, DF and 34. RGB value is (87,223,52). Sum of RGB (Red+Green+Blue) = 87+223+52=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 223 (87.5% from 255 or 61.60% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 223 - color contains mainly: green. Hex color #57DF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DF34 is #A820CB. Grayscale: #A3A3A3. Windows color (decimal): -11018444 or 3465047. OLE color: 3465047.
HSL color Cylindrical-coordinate representation of color #57DF34: hue angle of 107.72º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57DF34 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 223 | 52 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.13 |
| HSL | 107.72º | 0.73% | 0.54% | - |
| HSV(B) | 107.72º | 0.77% | 0.87% | - |
| XYZ | 30.94 | 55.05 | 12.24 | - |
| YUV | 162.84 | 65.44 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 223 | 52 | 0.61 | 0 | 0.77 | 0.13 | 107.72 | 0.73 | 0.54 |
| Hex | 57 | DF | 34 | 3D | 0 | 4D | D | 6C | 49 | 36 |
| Octal | 127 | 337 | 64 | 75 | 0 | 115 | 15 | 154 | 111 | 66 |
| Binary | 1010111 | 11011111 | 110100 | 111101 | 0 | 1001101 | 1101 | 1101100 | 1001001 | 110110 |
Color Harmonies of #57DF34
Complementary color
Monochromatic Colors of #57DF34
Black with #57DF34
Text Example
Text Example
White with #57DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DF34; }
p { color: rgb(87,223,52); }
H1.HeaderClassName
{
color: #57DF34;
}
.AnyTagClassName
{
color: #57DF34;
}
</style>
background-color css
<style>
a { background-color: #57DF34; }
a { background-color: rgb(87,223,52); }
div.DivClassName
{
background-color: #57DF34;
}
.BgClassName
{
background-color: #57DF34;
}
</style>
border-color css
<style>
span { border-color: #57DF34; }
span { border-color: rgb(87,223,52); }
td.TdClassName
{
border-color: #57DF34;
}
.TagClassName
{
border-color: #57DF34;
}
</style>