Shades of Lime Green #51CF40
Tints of Lime Green #51CF40
RGB
CMYK
RGB Variations
Color information
#51CF40 (or 0x51CF40) is known color: Lime Green. HEX triplet: 51, CF and 40. RGB value is (81,207,64). Sum of RGB (Red+Green+Blue) = 81+207+64=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #51CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CF40 is #AE30BF. Grayscale: #999999. Windows color (decimal): -11415744 or 4247377. OLE color: 4247377.
HSL color Cylindrical-coordinate representation of color #51CF40: hue angle of 112.87º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51CF40 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 207 | 64 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.19 |
| HSL | 112.87º | 0.6% | 0.53% | - |
| HSV(B) | 112.87º | 0.69% | 0.81% | - |
| XYZ | 26.63 | 46.75 | 12.47 | - |
| YUV | 153.02 | 77.76 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 207 | 64 | 0.61 | 0 | 0.69 | 0.19 | 112.87 | 0.6 | 0.53 |
| Hex | 51 | CF | 40 | 3D | 0 | 45 | 13 | 71 | 3C | 35 |
| Octal | 121 | 317 | 100 | 75 | 0 | 105 | 23 | 161 | 74 | 65 |
| Binary | 1010001 | 11001111 | 1000000 | 111101 | 0 | 1000101 | 10011 | 1110001 | 111100 | 110101 |
Color Harmonies of #51CF40
Complementary color
Monochromatic Colors of #51CF40
Black with #51CF40
Text Example
Text Example
White with #51CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CF40; }
p { color: rgb(81,207,64); }
H1.HeaderClassName
{
color: #51CF40;
}
.AnyTagClassName
{
color: #51CF40;
}
</style>
background-color css
<style>
a { background-color: #51CF40; }
a { background-color: rgb(81,207,64); }
div.DivClassName
{
background-color: #51CF40;
}
.BgClassName
{
background-color: #51CF40;
}
</style>
border-color css
<style>
span { border-color: #51CF40; }
span { border-color: rgb(81,207,64); }
td.TdClassName
{
border-color: #51CF40;
}
.TagClassName
{
border-color: #51CF40;
}
</style>