Shades of Lime Green #51D232
Tints of Lime Green #51D232
RGB
CMYK
RGB Variations
Color information
#51D232 (or 0x51D232) is known color: Lime Green. HEX triplet: 51, D2 and 32. RGB value is (81,210,50). Sum of RGB (Red+Green+Blue) = 81+210+50=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #51D232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51D232 is #AE2DCD. Grayscale: #999999. Windows color (decimal): -11414990 or 3330641. OLE color: 3330641.
HSL color Cylindrical-coordinate representation of color #51D232: hue angle of 108.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #51D232 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 210 | 50 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.18 |
| HSL | 108.38º | 0.64% | 0.51% | - |
| HSV(B) | 108.38º | 0.76% | 0.82% | - |
| XYZ | 27.02 | 48.07 | 10.87 | - |
| YUV | 153.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 210 | 50 | 0.61 | 0 | 0.76 | 0.18 | 108.38 | 0.64 | 0.51 |
| Hex | 51 | D2 | 32 | 3D | 0 | 4C | 12 | 6C | 40 | 33 |
| Octal | 121 | 322 | 62 | 75 | 0 | 114 | 22 | 154 | 100 | 63 |
| Binary | 1010001 | 11010010 | 110010 | 111101 | 0 | 1001100 | 10010 | 1101100 | 1000000 | 110011 |
Color Harmonies of #51D232
Complementary color
Monochromatic Colors of #51D232
Black with #51D232
Text Example
Text Example
White with #51D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D232; }
p { color: rgb(81,210,50); }
H1.HeaderClassName
{
color: #51D232;
}
.AnyTagClassName
{
color: #51D232;
}
</style>
background-color css
<style>
a { background-color: #51D232; }
a { background-color: rgb(81,210,50); }
div.DivClassName
{
background-color: #51D232;
}
.BgClassName
{
background-color: #51D232;
}
</style>
border-color css
<style>
span { border-color: #51D232; }
span { border-color: rgb(81,210,50); }
td.TdClassName
{
border-color: #51D232;
}
.TagClassName
{
border-color: #51D232;
}
</style>