Shades of Lime Green #51CB3E
Tints of Lime Green #51CB3E
RGB
CMYK
RGB Variations
Color information
#51CB3E (or 0x51CB3E) is known color: Lime Green. HEX triplet: 51, CB and 3E. RGB value is (81,203,62). Sum of RGB (Red+Green+Blue) = 81+203+62=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CB3E is #AE34C1. Grayscale: #969696. Windows color (decimal): -11416770 or 4115281. OLE color: 4115281.
HSL color Cylindrical-coordinate representation of color #51CB3E: hue angle of 111.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51CB3E is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 62 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.20 |
| HSL | 111.91º | 0.58% | 0.52% | - |
| HSV(B) | 111.91º | 0.69% | 0.8% | - |
| XYZ | 25.62 | 44.81 | 11.86 | - |
| YUV | 150.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 62 | 0.60 | 0 | 0.69 | 0.20 | 111.91 | 0.58 | 0.52 |
| Hex | 51 | CB | 3E | 3C | 0 | 45 | 14 | 70 | 3A | 34 |
| Octal | 121 | 313 | 76 | 74 | 0 | 105 | 24 | 160 | 72 | 64 |
| Binary | 1010001 | 11001011 | 111110 | 111100 | 0 | 1000101 | 10100 | 1110000 | 111010 | 110100 |
Color Harmonies of #51CB3E
Complementary color
Monochromatic Colors of #51CB3E
Black with #51CB3E
Text Example
Text Example
White with #51CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB3E; }
p { color: rgb(81,203,62); }
H1.HeaderClassName
{
color: #51CB3E;
}
.AnyTagClassName
{
color: #51CB3E;
}
</style>
background-color css
<style>
a { background-color: #51CB3E; }
a { background-color: rgb(81,203,62); }
div.DivClassName
{
background-color: #51CB3E;
}
.BgClassName
{
background-color: #51CB3E;
}
</style>
border-color css
<style>
span { border-color: #51CB3E; }
span { border-color: rgb(81,203,62); }
td.TdClassName
{
border-color: #51CB3E;
}
.TagClassName
{
border-color: #51CB3E;
}
</style>