Shades of Lime Green #2CC942
Tints of Lime Green #2CC942
RGB
CMYK
RGB Variations
Color information
#2CC942 (or 0x2CC942) is known color: Lime Green. HEX triplet: 2C, C9 and 42. RGB value is (44,201,66). Sum of RGB (Red+Green+Blue) = 44+201+66=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC942 is #D336BD. Grayscale: #8B8B8B. Windows color (decimal): -13842110 or 4376876. OLE color: 4376876.
HSL color Cylindrical-coordinate representation of color #2CC942: hue angle of 128.41º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC942 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 66 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.21 |
| HSL | 128.41º | 0.64% | 0.48% | - |
| HSV(B) | 128.41º | 0.78% | 0.79% | - |
| XYZ | 22.91 | 42.7 | 12.19 | - |
| YUV | 138.67 | 86.99 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 66 | 0.78 | 0 | 0.67 | 0.21 | 128.41 | 0.64 | 0.48 |
| Hex | 2C | C9 | 42 | 4E | 0 | 43 | 15 | 80 | 40 | 30 |
| Octal | 54 | 311 | 102 | 116 | 0 | 103 | 25 | 200 | 100 | 60 |
| Binary | 101100 | 11001001 | 1000010 | 1001110 | 0 | 1000011 | 10101 | 10000000 | 1000000 | 110000 |
Color Harmonies of #2CC942
Complementary color
Monochromatic Colors of #2CC942
Black with #2CC942
Text Example
Text Example
White with #2CC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC942; }
p { color: rgb(44,201,66); }
H1.HeaderClassName
{
color: #2CC942;
}
.AnyTagClassName
{
color: #2CC942;
}
</style>
background-color css
<style>
a { background-color: #2CC942; }
a { background-color: rgb(44,201,66); }
div.DivClassName
{
background-color: #2CC942;
}
.BgClassName
{
background-color: #2CC942;
}
</style>
border-color css
<style>
span { border-color: #2CC942; }
span { border-color: rgb(44,201,66); }
td.TdClassName
{
border-color: #2CC942;
}
.TagClassName
{
border-color: #2CC942;
}
</style>