Shades of Lime Green #2CC02A
Tints of Lime Green #2CC02A
RGB
CMYK
RGB Variations
Color information
#2CC02A (or 0x2CC02A) is known color: Lime Green. HEX triplet: 2C, C0 and 2A. RGB value is (44,192,42). Sum of RGB (Red+Green+Blue) = 44+192+42=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC02A is #D33FD5. Grayscale: #838383. Windows color (decimal): -13844438 or 2801708. OLE color: 2801708.
HSL color Cylindrical-coordinate representation of color #2CC02A: hue angle of 119.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC02A is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 42 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.25 |
| HSL | 119.2º | 0.64% | 0.46% | - |
| HSV(B) | 119.2º | 0.78% | 0.75% | - |
| XYZ | 20.31 | 38.4 | 8.53 | - |
| YUV | 130.65 | 77.97 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 42 | 0.77 | 0 | 0.78 | 0.25 | 119.2 | 0.64 | 0.46 |
| Hex | 2C | C0 | 2A | 4D | 0 | 4E | 19 | 77 | 40 | 2E |
| Octal | 54 | 300 | 52 | 115 | 0 | 116 | 31 | 167 | 100 | 56 |
| Binary | 101100 | 11000000 | 101010 | 1001101 | 0 | 1001110 | 11001 | 1110111 | 1000000 | 101110 |
Color Harmonies of #2CC02A
Complementary color
Monochromatic Colors of #2CC02A
Black with #2CC02A
Text Example
Text Example
White with #2CC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC02A; }
p { color: rgb(44,192,42); }
H1.HeaderClassName
{
color: #2CC02A;
}
.AnyTagClassName
{
color: #2CC02A;
}
</style>
background-color css
<style>
a { background-color: #2CC02A; }
a { background-color: rgb(44,192,42); }
div.DivClassName
{
background-color: #2CC02A;
}
.BgClassName
{
background-color: #2CC02A;
}
</style>
border-color css
<style>
span { border-color: #2CC02A; }
span { border-color: rgb(44,192,42); }
td.TdClassName
{
border-color: #2CC02A;
}
.TagClassName
{
border-color: #2CC02A;
}
</style>