Shades of Lime Green #2CC34D
Tints of Lime Green #2CC34D
RGB
CMYK
RGB Variations
Color information
#2CC34D (or 0x2CC34D) is known color: Lime Green. HEX triplet: 2C, C3 and 4D. RGB value is (44,195,77). Sum of RGB (Red+Green+Blue) = 44+195+77=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC34D is #D33CB2. Grayscale: #888888. Windows color (decimal): -13843635 or 5096236. OLE color: 5096236.
HSL color Cylindrical-coordinate representation of color #2CC34D: hue angle of 133.11º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC34D is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 195 | 77 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.24 |
| HSL | 133.11º | 0.63% | 0.47% | - |
| HSV(B) | 133.11º | 0.77% | 0.76% | - |
| XYZ | 21.89 | 40.1 | 13.61 | - |
| YUV | 136.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 195 | 77 | 0.77 | 0 | 0.61 | 0.24 | 133.11 | 0.63 | 0.47 |
| Hex | 2C | C3 | 4D | 4D | 0 | 3D | 18 | 85 | 3F | 2F |
| Octal | 54 | 303 | 115 | 115 | 0 | 75 | 30 | 205 | 77 | 57 |
| Binary | 101100 | 11000011 | 1001101 | 1001101 | 0 | 111101 | 11000 | 10000101 | 111111 | 101111 |
Color Harmonies of #2CC34D
Complementary color
Monochromatic Colors of #2CC34D
Black with #2CC34D
Text Example
Text Example
White with #2CC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC34D; }
p { color: rgb(44,195,77); }
H1.HeaderClassName
{
color: #2CC34D;
}
.AnyTagClassName
{
color: #2CC34D;
}
</style>
background-color css
<style>
a { background-color: #2CC34D; }
a { background-color: rgb(44,195,77); }
div.DivClassName
{
background-color: #2CC34D;
}
.BgClassName
{
background-color: #2CC34D;
}
</style>
border-color css
<style>
span { border-color: #2CC34D; }
span { border-color: rgb(44,195,77); }
td.TdClassName
{
border-color: #2CC34D;
}
.TagClassName
{
border-color: #2CC34D;
}
</style>