Shades of Lime Green #2CC53D
Tints of Lime Green #2CC53D
RGB
CMYK
RGB Variations
Color information
#2CC53D (or 0x2CC53D) is known color: Lime Green. HEX triplet: 2C, C5 and 3D. RGB value is (44,197,61). Sum of RGB (Red+Green+Blue) = 44+197+61=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC53D is #D33AC2. Grayscale: #888888. Windows color (decimal): -13843139 or 4048172. OLE color: 4048172.
HSL color Cylindrical-coordinate representation of color #2CC53D: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC53D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 61 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.23 |
| HSL | 126.67º | 0.63% | 0.47% | - |
| HSV(B) | 126.67º | 0.78% | 0.77% | - |
| XYZ | 21.85 | 40.8 | 11.14 | - |
| YUV | 135.75 | 85.81 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 61 | 0.78 | 0 | 0.69 | 0.23 | 126.67 | 0.63 | 0.47 |
| Hex | 2C | C5 | 3D | 4E | 0 | 45 | 17 | 7F | 3F | 2F |
| Octal | 54 | 305 | 75 | 116 | 0 | 105 | 27 | 177 | 77 | 57 |
| Binary | 101100 | 11000101 | 111101 | 1001110 | 0 | 1000101 | 10111 | 1111111 | 111111 | 101111 |
Color Harmonies of #2CC53D
Complementary color
Monochromatic Colors of #2CC53D
Black with #2CC53D
Text Example
Text Example
White with #2CC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC53D; }
p { color: rgb(44,197,61); }
H1.HeaderClassName
{
color: #2CC53D;
}
.AnyTagClassName
{
color: #2CC53D;
}
</style>
background-color css
<style>
a { background-color: #2CC53D; }
a { background-color: rgb(44,197,61); }
div.DivClassName
{
background-color: #2CC53D;
}
.BgClassName
{
background-color: #2CC53D;
}
</style>
border-color css
<style>
span { border-color: #2CC53D; }
span { border-color: rgb(44,197,61); }
td.TdClassName
{
border-color: #2CC53D;
}
.TagClassName
{
border-color: #2CC53D;
}
</style>