Shades of Lime Green #2CC94B
Tints of Lime Green #2CC94B
RGB
CMYK
RGB Variations
Color information
#2CC94B (or 0x2CC94B) is known color: Lime Green. HEX triplet: 2C, C9 and 4B. RGB value is (44,201,75). Sum of RGB (Red+Green+Blue) = 44+201+75=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC94B is #D336B4. Grayscale: #8C8C8C. Windows color (decimal): -13842101 or 4966700. OLE color: 4966700.
HSL color Cylindrical-coordinate representation of color #2CC94B: hue angle of 131.85º 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 #2CC94B is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 75 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.21 |
| HSL | 131.85º | 0.64% | 0.48% | - |
| HSV(B) | 131.85º | 0.78% | 0.79% | - |
| XYZ | 23.2 | 42.82 | 13.7 | - |
| YUV | 139.69 | 91.49 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 75 | 0.78 | 0 | 0.63 | 0.21 | 131.85 | 0.64 | 0.48 |
| Hex | 2C | C9 | 4B | 4E | 0 | 3F | 15 | 84 | 40 | 30 |
| Octal | 54 | 311 | 113 | 116 | 0 | 77 | 25 | 204 | 100 | 60 |
| Binary | 101100 | 11001001 | 1001011 | 1001110 | 0 | 111111 | 10101 | 10000100 | 1000000 | 110000 |
Color Harmonies of #2CC94B
Complementary color
Monochromatic Colors of #2CC94B
Black with #2CC94B
Text Example
Text Example
White with #2CC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC94B; }
p { color: rgb(44,201,75); }
H1.HeaderClassName
{
color: #2CC94B;
}
.AnyTagClassName
{
color: #2CC94B;
}
</style>
background-color css
<style>
a { background-color: #2CC94B; }
a { background-color: rgb(44,201,75); }
div.DivClassName
{
background-color: #2CC94B;
}
.BgClassName
{
background-color: #2CC94B;
}
</style>
border-color css
<style>
span { border-color: #2CC94B; }
span { border-color: rgb(44,201,75); }
td.TdClassName
{
border-color: #2CC94B;
}
.TagClassName
{
border-color: #2CC94B;
}
</style>