Shades of Lime Green #51CB3C
Tints of Lime Green #51CB3C
RGB
CMYK
RGB Variations
Color information
#51CB3C (or 0x51CB3C) is known color: Lime Green. HEX triplet: 51, CB and 3C. RGB value is (81,203,60). Sum of RGB (Red+Green+Blue) = 81+203+60=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 203 (79.69% from 255 or 59.01% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51CB3C is #AE34C3. Grayscale: #969696. Windows color (decimal): -11416772 or 3984209. OLE color: 3984209.
HSL color Cylindrical-coordinate representation of color #51CB3C: hue angle of 111.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51CB3C is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 203 | 60 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.20 |
| HSL | 111.19º | 0.58% | 0.52% | - |
| HSV(B) | 111.19º | 0.7% | 0.8% | - |
| XYZ | 25.56 | 44.79 | 11.57 | - |
| YUV | 150.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 203 | 60 | 0.60 | 0 | 0.70 | 0.20 | 111.19 | 0.58 | 0.52 |
| Hex | 51 | CB | 3C | 3C | 0 | 46 | 14 | 6F | 3A | 34 |
| Octal | 121 | 313 | 74 | 74 | 0 | 106 | 24 | 157 | 72 | 64 |
| Binary | 1010001 | 11001011 | 111100 | 111100 | 0 | 1000110 | 10100 | 1101111 | 111010 | 110100 |
Color Harmonies of #51CB3C
Complementary color
Monochromatic Colors of #51CB3C
Black with #51CB3C
Text Example
Text Example
White with #51CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CB3C; }
p { color: rgb(81,203,60); }
H1.HeaderClassName
{
color: #51CB3C;
}
.AnyTagClassName
{
color: #51CB3C;
}
</style>
background-color css
<style>
a { background-color: #51CB3C; }
a { background-color: rgb(81,203,60); }
div.DivClassName
{
background-color: #51CB3C;
}
.BgClassName
{
background-color: #51CB3C;
}
</style>
border-color css
<style>
span { border-color: #51CB3C; }
span { border-color: rgb(81,203,60); }
td.TdClassName
{
border-color: #51CB3C;
}
.TagClassName
{
border-color: #51CB3C;
}
</style>