Shades of Lime Green #51EE32
Tints of Lime Green #51EE32
RGB
CMYK
RGB Variations
Color information
#51EE32 (or 0x51EE32) is known color: Lime Green. HEX triplet: 51, EE and 32. RGB value is (81,238,50). Sum of RGB (Red+Green+Blue) = 81+238+50=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #51EE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51EE32 is #AE11CD. Grayscale: #AAAAAA. Windows color (decimal): -11407822 or 3337809. OLE color: 3337809.
HSL color Cylindrical-coordinate representation of color #51EE32: hue angle of 110.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #51EE32 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 50 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.07 |
| HSL | 110.11º | 0.85% | 0.56% | - |
| HSV(B) | 110.11º | 0.79% | 0.93% | - |
| XYZ | 34.54 | 63.13 | 13.38 | - |
| YUV | 169.63 | 60.49 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 50 | 0.66 | 0 | 0.79 | 0.07 | 110.11 | 0.85 | 0.56 |
| Hex | 51 | EE | 32 | 42 | 0 | 4F | 7 | 6E | 55 | 38 |
| Octal | 121 | 356 | 62 | 102 | 0 | 117 | 7 | 156 | 125 | 70 |
| Binary | 1010001 | 11101110 | 110010 | 1000010 | 0 | 1001111 | 111 | 1101110 | 1010101 | 111000 |
Color Harmonies of #51EE32
Complementary color
Monochromatic Colors of #51EE32
Black with #51EE32
Text Example
Text Example
White with #51EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EE32; }
p { color: rgb(81,238,50); }
H1.HeaderClassName
{
color: #51EE32;
}
.AnyTagClassName
{
color: #51EE32;
}
</style>
background-color css
<style>
a { background-color: #51EE32; }
a { background-color: rgb(81,238,50); }
div.DivClassName
{
background-color: #51EE32;
}
.BgClassName
{
background-color: #51EE32;
}
</style>
border-color css
<style>
span { border-color: #51EE32; }
span { border-color: rgb(81,238,50); }
td.TdClassName
{
border-color: #51EE32;
}
.TagClassName
{
border-color: #51EE32;
}
</style>