Shades of Lime Green #51EE3C
Tints of Lime Green #51EE3C
RGB
CMYK
RGB Variations
Color information
#51EE3C (or 0x51EE3C) is known color: Lime Green. HEX triplet: 51, EE and 3C. RGB value is (81,238,60). Sum of RGB (Red+Green+Blue) = 81+238+60=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 238 (93.36% from 255 or 62.80% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 238 - color contains mainly: green. Hex color #51EE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #51EE3C is #AE11C3. Grayscale: #ABABAB. Windows color (decimal): -11407812 or 3993169. OLE color: 3993169.
HSL color Cylindrical-coordinate representation of color #51EE3C: hue angle of 112.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51EE3C is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 238 | 60 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.07 |
| HSL | 112.92º | 0.84% | 0.58% | - |
| HSV(B) | 112.92º | 0.75% | 0.93% | - |
| XYZ | 34.78 | 63.22 | 14.65 | - |
| YUV | 170.77 | 65.49 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 238 | 60 | 0.66 | 0 | 0.75 | 0.07 | 112.92 | 0.84 | 0.58 |
| Hex | 51 | EE | 3C | 42 | 0 | 4B | 7 | 71 | 54 | 3A |
| Octal | 121 | 356 | 74 | 102 | 0 | 113 | 7 | 161 | 124 | 72 |
| Binary | 1010001 | 11101110 | 111100 | 1000010 | 0 | 1001011 | 111 | 1110001 | 1010100 | 111010 |
Color Harmonies of #51EE3C
Complementary color
Monochromatic Colors of #51EE3C
Black with #51EE3C
Text Example
Text Example
White with #51EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EE3C; }
p { color: rgb(81,238,60); }
H1.HeaderClassName
{
color: #51EE3C;
}
.AnyTagClassName
{
color: #51EE3C;
}
</style>
background-color css
<style>
a { background-color: #51EE3C; }
a { background-color: rgb(81,238,60); }
div.DivClassName
{
background-color: #51EE3C;
}
.BgClassName
{
background-color: #51EE3C;
}
</style>
border-color css
<style>
span { border-color: #51EE3C; }
span { border-color: rgb(81,238,60); }
td.TdClassName
{
border-color: #51EE3C;
}
.TagClassName
{
border-color: #51EE3C;
}
</style>