Shades of Lime Green #2CB33D
Tints of Lime Green #2CB33D
RGB
CMYK
RGB Variations
Color information
#2CB33D (or 0x2CB33D) is known color: Lime Green. HEX triplet: 2C, B3 and 3D. RGB value is (44,179,61). Sum of RGB (Red+Green+Blue) = 44+179+61=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB33D is #D34CC2. Grayscale: #7D7D7D. Windows color (decimal): -13847747 or 4043564. OLE color: 4043564.
HSL color Cylindrical-coordinate representation of color #2CB33D: hue angle of 127.56º 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 #2CB33D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 179 | 61 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.30 |
| HSL | 127.56º | 0.61% | 0.44% | - |
| HSV(B) | 127.56º | 0.75% | 0.7% | - |
| XYZ | 18 | 33.11 | 9.86 | - |
| YUV | 125.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 179 | 61 | 0.75 | 0 | 0.66 | 0.30 | 127.56 | 0.61 | 0.44 |
| Hex | 2C | B3 | 3D | 4B | 0 | 42 | 1E | 80 | 3D | 2C |
| Octal | 54 | 263 | 75 | 113 | 0 | 102 | 36 | 200 | 75 | 54 |
| Binary | 101100 | 10110011 | 111101 | 1001011 | 0 | 1000010 | 11110 | 10000000 | 111101 | 101100 |
Color Harmonies of #2CB33D
Complementary color
Monochromatic Colors of #2CB33D
Black with #2CB33D
Text Example
Text Example
White with #2CB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB33D; }
p { color: rgb(44,179,61); }
H1.HeaderClassName
{
color: #2CB33D;
}
.AnyTagClassName
{
color: #2CB33D;
}
</style>
background-color css
<style>
a { background-color: #2CB33D; }
a { background-color: rgb(44,179,61); }
div.DivClassName
{
background-color: #2CB33D;
}
.BgClassName
{
background-color: #2CB33D;
}
</style>
border-color css
<style>
span { border-color: #2CB33D; }
span { border-color: rgb(44,179,61); }
td.TdClassName
{
border-color: #2CB33D;
}
.TagClassName
{
border-color: #2CB33D;
}
</style>