Shades of Lime Green #51DF34
Tints of Lime Green #51DF34
RGB
CMYK
RGB Variations
Color information
#51DF34 (or 0x51DF34) is known color: Lime Green. HEX triplet: 51, DF and 34. RGB value is (81,223,52). Sum of RGB (Red+Green+Blue) = 81+223+52=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DF34 is #AE20CB. Grayscale: #A1A1A1. Windows color (decimal): -11411660 or 3465041. OLE color: 3465041.
HSL color Cylindrical-coordinate representation of color #51DF34: hue angle of 109.82º 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 #51DF34 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 52 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.13 |
| HSL | 109.82º | 0.73% | 0.54% | - |
| HSV(B) | 109.82º | 0.77% | 0.87% | - |
| XYZ | 30.4 | 54.77 | 12.22 | - |
| YUV | 161.05 | 66.46 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 52 | 0.64 | 0 | 0.77 | 0.13 | 109.82 | 0.73 | 0.54 |
| Hex | 51 | DF | 34 | 40 | 0 | 4D | D | 6E | 49 | 36 |
| Octal | 121 | 337 | 64 | 100 | 0 | 115 | 15 | 156 | 111 | 66 |
| Binary | 1010001 | 11011111 | 110100 | 1000000 | 0 | 1001101 | 1101 | 1101110 | 1001001 | 110110 |
Color Harmonies of #51DF34
Complementary color
Monochromatic Colors of #51DF34
Black with #51DF34
Text Example
Text Example
White with #51DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF34; }
p { color: rgb(81,223,52); }
H1.HeaderClassName
{
color: #51DF34;
}
.AnyTagClassName
{
color: #51DF34;
}
</style>
background-color css
<style>
a { background-color: #51DF34; }
a { background-color: rgb(81,223,52); }
div.DivClassName
{
background-color: #51DF34;
}
.BgClassName
{
background-color: #51DF34;
}
</style>
border-color css
<style>
span { border-color: #51DF34; }
span { border-color: rgb(81,223,52); }
td.TdClassName
{
border-color: #51DF34;
}
.TagClassName
{
border-color: #51DF34;
}
</style>