Shades of Lime Green #51DF32
Tints of Lime Green #51DF32
RGB
CMYK
RGB Variations
Color information
#51DF32 (or 0x51DF32) is known color: Lime Green. HEX triplet: 51, DF and 32. RGB value is (81,223,50). Sum of RGB (Red+Green+Blue) = 81+223+50=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #51DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DF32 is #AE20CD. Grayscale: #A1A1A1. Windows color (decimal): -11411662 or 3333969. OLE color: 3333969.
HSL color Cylindrical-coordinate representation of color #51DF32: hue angle of 109.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51DF32 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 223 | 50 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.13 |
| HSL | 109.25º | 0.73% | 0.54% | - |
| HSV(B) | 109.25º | 0.78% | 0.87% | - |
| XYZ | 30.36 | 54.75 | 11.99 | - |
| YUV | 160.82 | 65.46 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 223 | 50 | 0.64 | 0 | 0.78 | 0.13 | 109.25 | 0.73 | 0.54 |
| Hex | 51 | DF | 32 | 40 | 0 | 4E | D | 6D | 49 | 36 |
| Octal | 121 | 337 | 62 | 100 | 0 | 116 | 15 | 155 | 111 | 66 |
| Binary | 1010001 | 11011111 | 110010 | 1000000 | 0 | 1001110 | 1101 | 1101101 | 1001001 | 110110 |
Color Harmonies of #51DF32
Complementary color
Monochromatic Colors of #51DF32
Black with #51DF32
Text Example
Text Example
White with #51DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DF32; }
p { color: rgb(81,223,50); }
H1.HeaderClassName
{
color: #51DF32;
}
.AnyTagClassName
{
color: #51DF32;
}
</style>
background-color css
<style>
a { background-color: #51DF32; }
a { background-color: rgb(81,223,50); }
div.DivClassName
{
background-color: #51DF32;
}
.BgClassName
{
background-color: #51DF32;
}
</style>
border-color css
<style>
span { border-color: #51DF32; }
span { border-color: rgb(81,223,50); }
td.TdClassName
{
border-color: #51DF32;
}
.TagClassName
{
border-color: #51DF32;
}
</style>