Shades of Lime Green #2CC03B
Tints of Lime Green #2CC03B
RGB
CMYK
RGB Variations
Color information
#2CC03B (or 0x2CC03B) is known color: Lime Green. HEX triplet: 2C, C0 and 3B. RGB value is (44,192,59). Sum of RGB (Red+Green+Blue) = 44+192+59=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC03B is #D33FC4. Grayscale: #848484. Windows color (decimal): -13844421 or 3915820. OLE color: 3915820.
HSL color Cylindrical-coordinate representation of color #2CC03B: hue angle of 126.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC03B is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 59 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.25 |
| HSL | 126.08º | 0.63% | 0.46% | - |
| HSV(B) | 126.08º | 0.77% | 0.75% | - |
| XYZ | 20.68 | 38.55 | 10.49 | - |
| YUV | 132.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 59 | 0.77 | 0 | 0.69 | 0.25 | 126.08 | 0.63 | 0.46 |
| Hex | 2C | C0 | 3B | 4D | 0 | 45 | 19 | 7E | 3F | 2E |
| Octal | 54 | 300 | 73 | 115 | 0 | 105 | 31 | 176 | 77 | 56 |
| Binary | 101100 | 11000000 | 111011 | 1001101 | 0 | 1000101 | 11001 | 1111110 | 111111 | 101110 |
Color Harmonies of #2CC03B
Complementary color
Monochromatic Colors of #2CC03B
Black with #2CC03B
Text Example
Text Example
White with #2CC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC03B; }
p { color: rgb(44,192,59); }
H1.HeaderClassName
{
color: #2CC03B;
}
.AnyTagClassName
{
color: #2CC03B;
}
</style>
background-color css
<style>
a { background-color: #2CC03B; }
a { background-color: rgb(44,192,59); }
div.DivClassName
{
background-color: #2CC03B;
}
.BgClassName
{
background-color: #2CC03B;
}
</style>
border-color css
<style>
span { border-color: #2CC03B; }
span { border-color: rgb(44,192,59); }
td.TdClassName
{
border-color: #2CC03B;
}
.TagClassName
{
border-color: #2CC03B;
}
</style>