Shades of Lime Green #2CB731
Tints of Lime Green #2CB731
RGB
CMYK
RGB Variations
Color information
#2CB731 (or 0x2CB731) is known color: Lime Green. HEX triplet: 2C, B7 and 31. RGB value is (44,183,49). Sum of RGB (Red+Green+Blue) = 44+183+49=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB731 is #D348CE. Grayscale: #7E7E7E. Windows color (decimal): -13846735 or 3258156. OLE color: 3258156.
HSL color Cylindrical-coordinate representation of color #2CB731: hue angle of 122.16º 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 #2CB731 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 183 | 49 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.28 |
| HSL | 122.16º | 0.61% | 0.45% | - |
| HSV(B) | 122.16º | 0.76% | 0.72% | - |
| XYZ | 18.53 | 34.62 | 8.61 | - |
| YUV | 126.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 183 | 49 | 0.76 | 0 | 0.73 | 0.28 | 122.16 | 0.61 | 0.45 |
| Hex | 2C | B7 | 31 | 4C | 0 | 49 | 1C | 7A | 3D | 2D |
| Octal | 54 | 267 | 61 | 114 | 0 | 111 | 34 | 172 | 75 | 55 |
| Binary | 101100 | 10110111 | 110001 | 1001100 | 0 | 1001001 | 11100 | 1111010 | 111101 | 101101 |
Color Harmonies of #2CB731
Complementary color
Monochromatic Colors of #2CB731
Black with #2CB731
Text Example
Text Example
White with #2CB731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB731; }
p { color: rgb(44,183,49); }
H1.HeaderClassName
{
color: #2CB731;
}
.AnyTagClassName
{
color: #2CB731;
}
</style>
background-color css
<style>
a { background-color: #2CB731; }
a { background-color: rgb(44,183,49); }
div.DivClassName
{
background-color: #2CB731;
}
.BgClassName
{
background-color: #2CB731;
}
</style>
border-color css
<style>
span { border-color: #2CB731; }
span { border-color: rgb(44,183,49); }
td.TdClassName
{
border-color: #2CB731;
}
.TagClassName
{
border-color: #2CB731;
}
</style>