Shades of Lime Green #2CC652
Tints of Lime Green #2CC652
RGB
CMYK
RGB Variations
Color information
#2CC652 (or 0x2CC652) is known color: Lime Green. HEX triplet: 2C, C6 and 52. RGB value is (44,198,82). Sum of RGB (Red+Green+Blue) = 44+198+82=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC652 is #D339AD. Grayscale: #8B8B8B. Windows color (decimal): -13842862 or 5424684. OLE color: 5424684.
HSL color Cylindrical-coordinate representation of color #2CC652: hue angle of 134.81º 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 #2CC652 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 82 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.22 |
| HSL | 134.81º | 0.64% | 0.47% | - |
| HSV(B) | 134.81º | 0.78% | 0.78% | - |
| XYZ | 22.76 | 41.53 | 14.8 | - |
| YUV | 138.73 | 95.98 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 82 | 0.78 | 0 | 0.59 | 0.22 | 134.81 | 0.64 | 0.47 |
| Hex | 2C | C6 | 52 | 4E | 0 | 3B | 16 | 87 | 40 | 2F |
| Octal | 54 | 306 | 122 | 116 | 0 | 73 | 26 | 207 | 100 | 57 |
| Binary | 101100 | 11000110 | 1010010 | 1001110 | 0 | 111011 | 10110 | 10000111 | 1000000 | 101111 |
Color Harmonies of #2CC652
Complementary color
Monochromatic Colors of #2CC652
Black with #2CC652
Text Example
Text Example
White with #2CC652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC652; }
p { color: rgb(44,198,82); }
H1.HeaderClassName
{
color: #2CC652;
}
.AnyTagClassName
{
color: #2CC652;
}
</style>
background-color css
<style>
a { background-color: #2CC652; }
a { background-color: rgb(44,198,82); }
div.DivClassName
{
background-color: #2CC652;
}
.BgClassName
{
background-color: #2CC652;
}
</style>
border-color css
<style>
span { border-color: #2CC652; }
span { border-color: rgb(44,198,82); }
td.TdClassName
{
border-color: #2CC652;
}
.TagClassName
{
border-color: #2CC652;
}
</style>