Shades of Lime Green #2CB33F
Tints of Lime Green #2CB33F
RGB
CMYK
RGB Variations
Color information
#2CB33F (or 0x2CB33F) is known color: Lime Green. HEX triplet: 2C, B3 and 3F. RGB value is (44,179,63). Sum of RGB (Red+Green+Blue) = 44+179+63=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 179 (70.31% from 255 or 62.59% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB33F is #D34CC0. Grayscale: #7D7D7D. Windows color (decimal): -13847745 or 4174636. OLE color: 4174636.
HSL color Cylindrical-coordinate representation of color #2CB33F: hue angle of 128.44º 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 #2CB33F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 63 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.30 |
| HSL | 128.44º | 0.61% | 0.44% | - |
| HSV(B) | 128.44º | 0.75% | 0.7% | - |
| XYZ | 18.06 | 33.13 | 10.15 | - |
| YUV | 125.41 | 92.77 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 63 | 0.75 | 0 | 0.65 | 0.30 | 128.44 | 0.61 | 0.44 |
| Hex | 2C | B3 | 3F | 4B | 0 | 41 | 1E | 80 | 3D | 2C |
| Octal | 54 | 263 | 77 | 113 | 0 | 101 | 36 | 200 | 75 | 54 |
| Binary | 101100 | 10110011 | 111111 | 1001011 | 0 | 1000001 | 11110 | 10000000 | 111101 | 101100 |
Color Harmonies of #2CB33F
Complementary color
Monochromatic Colors of #2CB33F
Black with #2CB33F
Text Example
Text Example
White with #2CB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB33F; }
p { color: rgb(44,179,63); }
H1.HeaderClassName
{
color: #2CB33F;
}
.AnyTagClassName
{
color: #2CB33F;
}
</style>
background-color css
<style>
a { background-color: #2CB33F; }
a { background-color: rgb(44,179,63); }
div.DivClassName
{
background-color: #2CB33F;
}
.BgClassName
{
background-color: #2CB33F;
}
</style>
border-color css
<style>
span { border-color: #2CB33F; }
span { border-color: rgb(44,179,63); }
td.TdClassName
{
border-color: #2CB33F;
}
.TagClassName
{
border-color: #2CB33F;
}
</style>