Shades of Lime Green #2CB73F
Tints of Lime Green #2CB73F
RGB
CMYK
RGB Variations
Color information
#2CB73F (or 0x2CB73F) is known color: Lime Green. HEX triplet: 2C, B7 and 3F. RGB value is (44,183,63). Sum of RGB (Red+Green+Blue) = 44+183+63=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB73F is #D348C0. Grayscale: #808080. Windows color (decimal): -13846721 or 4175660. OLE color: 4175660.
HSL color Cylindrical-coordinate representation of color #2CB73F: hue angle of 128.2º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB73F is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 63 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.28 |
| HSL | 128.2º | 0.61% | 0.45% | - |
| HSV(B) | 128.2º | 0.76% | 0.72% | - |
| XYZ | 18.87 | 34.76 | 10.42 | - |
| YUV | 127.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 63 | 0.76 | 0 | 0.66 | 0.28 | 128.2 | 0.61 | 0.45 |
| Hex | 2C | B7 | 3F | 4C | 0 | 42 | 1C | 80 | 3D | 2D |
| Octal | 54 | 267 | 77 | 114 | 0 | 102 | 34 | 200 | 75 | 55 |
| Binary | 101100 | 10110111 | 111111 | 1001100 | 0 | 1000010 | 11100 | 10000000 | 111101 | 101101 |
Color Harmonies of #2CB73F
Complementary color
Monochromatic Colors of #2CB73F
Black with #2CB73F
Text Example
Text Example
White with #2CB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB73F; }
p { color: rgb(44,183,63); }
H1.HeaderClassName
{
color: #2CB73F;
}
.AnyTagClassName
{
color: #2CB73F;
}
</style>
background-color css
<style>
a { background-color: #2CB73F; }
a { background-color: rgb(44,183,63); }
div.DivClassName
{
background-color: #2CB73F;
}
.BgClassName
{
background-color: #2CB73F;
}
</style>
border-color css
<style>
span { border-color: #2CB73F; }
span { border-color: rgb(44,183,63); }
td.TdClassName
{
border-color: #2CB73F;
}
.TagClassName
{
border-color: #2CB73F;
}
</style>