Shades of Lime Green #2CC04B
Tints of Lime Green #2CC04B
RGB
CMYK
RGB Variations
Color information
#2CC04B (or 0x2CC04B) is known color: Lime Green. HEX triplet: 2C, C0 and 4B. RGB value is (44,192,75). Sum of RGB (Red+Green+Blue) = 44+192+75=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC04B is #D33FB4. Grayscale: #868686. Windows color (decimal): -13844405 or 4964396. OLE color: 4964396.
HSL color Cylindrical-coordinate representation of color #2CC04B: hue angle of 132.57º 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 #2CC04B is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 75 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.25 |
| HSL | 132.57º | 0.63% | 0.46% | - |
| HSV(B) | 132.57º | 0.77% | 0.75% | - |
| XYZ | 21.16 | 38.74 | 13.02 | - |
| YUV | 134.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 75 | 0.77 | 0 | 0.61 | 0.25 | 132.57 | 0.63 | 0.46 |
| Hex | 2C | C0 | 4B | 4D | 0 | 3D | 19 | 85 | 3F | 2E |
| Octal | 54 | 300 | 113 | 115 | 0 | 75 | 31 | 205 | 77 | 56 |
| Binary | 101100 | 11000000 | 1001011 | 1001101 | 0 | 111101 | 11001 | 10000101 | 111111 | 101110 |
Color Harmonies of #2CC04B
Complementary color
Monochromatic Colors of #2CC04B
Black with #2CC04B
Text Example
Text Example
White with #2CC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC04B; }
p { color: rgb(44,192,75); }
H1.HeaderClassName
{
color: #2CC04B;
}
.AnyTagClassName
{
color: #2CC04B;
}
</style>
background-color css
<style>
a { background-color: #2CC04B; }
a { background-color: rgb(44,192,75); }
div.DivClassName
{
background-color: #2CC04B;
}
.BgClassName
{
background-color: #2CC04B;
}
</style>
border-color css
<style>
span { border-color: #2CC04B; }
span { border-color: rgb(44,192,75); }
td.TdClassName
{
border-color: #2CC04B;
}
.TagClassName
{
border-color: #2CC04B;
}
</style>