Shades of Lime Green #2CB73D
Tints of Lime Green #2CB73D
RGB
CMYK
RGB Variations
Color information
#2CB73D (or 0x2CB73D) is known color: Lime Green. HEX triplet: 2C, B7 and 3D. RGB value is (44,183,61). Sum of RGB (Red+Green+Blue) = 44+183+61=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 183 (71.88% from 255 or 63.54% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB73D is #D348C2. Grayscale: #7F7F7F. Windows color (decimal): -13846723 or 4044588. OLE color: 4044588.
HSL color Cylindrical-coordinate representation of color #2CB73D: hue angle of 127.34º 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 #2CB73D is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 61 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.28 |
| HSL | 127.34º | 0.61% | 0.45% | - |
| HSV(B) | 127.34º | 0.76% | 0.72% | - |
| XYZ | 18.81 | 34.74 | 10.13 | - |
| YUV | 127.53 | 90.45 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 61 | 0.76 | 0 | 0.67 | 0.28 | 127.34 | 0.61 | 0.45 |
| Hex | 2C | B7 | 3D | 4C | 0 | 43 | 1C | 7F | 3D | 2D |
| Octal | 54 | 267 | 75 | 114 | 0 | 103 | 34 | 177 | 75 | 55 |
| Binary | 101100 | 10110111 | 111101 | 1001100 | 0 | 1000011 | 11100 | 1111111 | 111101 | 101101 |
Color Harmonies of #2CB73D
Complementary color
Monochromatic Colors of #2CB73D
Black with #2CB73D
Text Example
Text Example
White with #2CB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB73D; }
p { color: rgb(44,183,61); }
H1.HeaderClassName
{
color: #2CB73D;
}
.AnyTagClassName
{
color: #2CB73D;
}
</style>
background-color css
<style>
a { background-color: #2CB73D; }
a { background-color: rgb(44,183,61); }
div.DivClassName
{
background-color: #2CB73D;
}
.BgClassName
{
background-color: #2CB73D;
}
</style>
border-color css
<style>
span { border-color: #2CB73D; }
span { border-color: rgb(44,183,61); }
td.TdClassName
{
border-color: #2CB73D;
}
.TagClassName
{
border-color: #2CB73D;
}
</style>