Shades of Lime Green #2CC444
Tints of Lime Green #2CC444
RGB
CMYK
RGB Variations
Color information
#2CC444 (or 0x2CC444) is known color: Lime Green. HEX triplet: 2C, C4 and 44. RGB value is (44,196,68). Sum of RGB (Red+Green+Blue) = 44+196+68=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC444 is #D33BBB. Grayscale: #888888. Windows color (decimal): -13843388 or 4506668. OLE color: 4506668.
HSL color Cylindrical-coordinate representation of color #2CC444: hue angle of 129.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC444 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 196 | 68 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.23 |
| HSL | 129.47º | 0.63% | 0.47% | - |
| HSV(B) | 129.47º | 0.78% | 0.77% | - |
| XYZ | 21.82 | 40.43 | 12.12 | - |
| YUV | 135.96 | 89.64 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 196 | 68 | 0.78 | 0 | 0.65 | 0.23 | 129.47 | 0.63 | 0.47 |
| Hex | 2C | C4 | 44 | 4E | 0 | 41 | 17 | 81 | 3F | 2F |
| Octal | 54 | 304 | 104 | 116 | 0 | 101 | 27 | 201 | 77 | 57 |
| Binary | 101100 | 11000100 | 1000100 | 1001110 | 0 | 1000001 | 10111 | 10000001 | 111111 | 101111 |
Color Harmonies of #2CC444
Complementary color
Monochromatic Colors of #2CC444
Black with #2CC444
Text Example
Text Example
White with #2CC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC444; }
p { color: rgb(44,196,68); }
H1.HeaderClassName
{
color: #2CC444;
}
.AnyTagClassName
{
color: #2CC444;
}
</style>
background-color css
<style>
a { background-color: #2CC444; }
a { background-color: rgb(44,196,68); }
div.DivClassName
{
background-color: #2CC444;
}
.BgClassName
{
background-color: #2CC444;
}
</style>
border-color css
<style>
span { border-color: #2CC444; }
span { border-color: rgb(44,196,68); }
td.TdClassName
{
border-color: #2CC444;
}
.TagClassName
{
border-color: #2CC444;
}
</style>