Shades of Lime Green #2CCC25
Tints of Lime Green #2CCC25
RGB
CMYK
RGB Variations
Color information
#2CCC25 (or 0x2CCC25) is known color: Lime Green. HEX triplet: 2C, CC and 25. RGB value is (44,204,37). Sum of RGB (Red+Green+Blue) = 44+204+37=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCC25 is #D333DA. Grayscale: #898989. Windows color (decimal): -13841371 or 2477100. OLE color: 2477100.
HSL color Cylindrical-coordinate representation of color #2CCC25: hue angle of 117.49º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CCC25 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 37 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.2 |
| HSL | 117.49º | 0.69% | 0.47% | - |
| HSV(B) | 117.49º | 0.82% | 0.8% | - |
| XYZ | 22.97 | 43.85 | 9 | - |
| YUV | 137.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 37 | 0.78 | 0 | 0.82 | 0.2 | 117.49 | 0.69 | 0.47 |
| Hex | 2C | CC | 25 | 4E | 0 | 52 | 14 | 75 | 45 | 2F |
| Octal | 54 | 314 | 45 | 116 | 0 | 122 | 24 | 165 | 105 | 57 |
| Binary | 101100 | 11001100 | 100101 | 1001110 | 0 | 1010010 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2CCC25
Complementary color
Monochromatic Colors of #2CCC25
Black with #2CCC25
Text Example
Text Example
White with #2CCC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC25; }
p { color: rgb(44,204,37); }
H1.HeaderClassName
{
color: #2CCC25;
}
.AnyTagClassName
{
color: #2CCC25;
}
</style>
background-color css
<style>
a { background-color: #2CCC25; }
a { background-color: rgb(44,204,37); }
div.DivClassName
{
background-color: #2CCC25;
}
.BgClassName
{
background-color: #2CCC25;
}
</style>
border-color css
<style>
span { border-color: #2CCC25; }
span { border-color: rgb(44,204,37); }
td.TdClassName
{
border-color: #2CCC25;
}
.TagClassName
{
border-color: #2CCC25;
}
</style>