Shades of Lime Green #2CB330
Tints of Lime Green #2CB330
RGB
CMYK
RGB Variations
Color information
#2CB330 (or 0x2CB330) is known color: Lime Green. HEX triplet: 2C, B3 and 30. RGB value is (44,179,48). Sum of RGB (Red+Green+Blue) = 44+179+48=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 179 (70.31% from 255 or 66.05% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB330 is #D34CCF. Grayscale: #7C7C7C. Windows color (decimal): -13847760 or 3191596. OLE color: 3191596.
HSL color Cylindrical-coordinate representation of color #2CB330: hue angle of 121.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB330 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 48 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.30 |
| HSL | 121.78º | 0.61% | 0.44% | - |
| HSV(B) | 121.78º | 0.75% | 0.7% | - |
| XYZ | 17.69 | 32.99 | 8.23 | - |
| YUV | 123.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 48 | 0.75 | 0 | 0.73 | 0.30 | 121.78 | 0.61 | 0.44 |
| Hex | 2C | B3 | 30 | 4B | 0 | 49 | 1E | 7A | 3D | 2C |
| Octal | 54 | 263 | 60 | 113 | 0 | 111 | 36 | 172 | 75 | 54 |
| Binary | 101100 | 10110011 | 110000 | 1001011 | 0 | 1001001 | 11110 | 1111010 | 111101 | 101100 |
Color Harmonies of #2CB330
Complementary color
Monochromatic Colors of #2CB330
Black with #2CB330
Text Example
Text Example
White with #2CB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB330; }
p { color: rgb(44,179,48); }
H1.HeaderClassName
{
color: #2CB330;
}
.AnyTagClassName
{
color: #2CB330;
}
</style>
background-color css
<style>
a { background-color: #2CB330; }
a { background-color: rgb(44,179,48); }
div.DivClassName
{
background-color: #2CB330;
}
.BgClassName
{
background-color: #2CB330;
}
</style>
border-color css
<style>
span { border-color: #2CB330; }
span { border-color: rgb(44,179,48); }
td.TdClassName
{
border-color: #2CB330;
}
.TagClassName
{
border-color: #2CB330;
}
</style>