Shades of Lime Green #2CC632
Tints of Lime Green #2CC632
RGB
CMYK
RGB Variations
Color information
#2CC632 (or 0x2CC632) is known color: Lime Green. HEX triplet: 2C, C6 and 32. RGB value is (44,198,50). Sum of RGB (Red+Green+Blue) = 44+198+50=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC632 is #D339CD. Grayscale: #878787. Windows color (decimal): -13842894 or 3327532. OLE color: 3327532.
HSL color Cylindrical-coordinate representation of color #2CC632: hue angle of 122.34º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC632 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 50 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.22 |
| HSL | 122.34º | 0.64% | 0.47% | - |
| HSV(B) | 122.34º | 0.78% | 0.78% | - |
| XYZ | 21.81 | 41.15 | 9.81 | - |
| YUV | 135.08 | 79.98 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 50 | 0.78 | 0 | 0.75 | 0.22 | 122.34 | 0.64 | 0.47 |
| Hex | 2C | C6 | 32 | 4E | 0 | 4B | 16 | 7A | 40 | 2F |
| Octal | 54 | 306 | 62 | 116 | 0 | 113 | 26 | 172 | 100 | 57 |
| Binary | 101100 | 11000110 | 110010 | 1001110 | 0 | 1001011 | 10110 | 1111010 | 1000000 | 101111 |
Color Harmonies of #2CC632
Complementary color
Monochromatic Colors of #2CC632
Black with #2CC632
Text Example
Text Example
White with #2CC632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC632; }
p { color: rgb(44,198,50); }
H1.HeaderClassName
{
color: #2CC632;
}
.AnyTagClassName
{
color: #2CC632;
}
</style>
background-color css
<style>
a { background-color: #2CC632; }
a { background-color: rgb(44,198,50); }
div.DivClassName
{
background-color: #2CC632;
}
.BgClassName
{
background-color: #2CC632;
}
</style>
border-color css
<style>
span { border-color: #2CC632; }
span { border-color: rgb(44,198,50); }
td.TdClassName
{
border-color: #2CC632;
}
.TagClassName
{
border-color: #2CC632;
}
</style>