Shades of Lime Green #2CCD27
Tints of Lime Green #2CCD27
RGB
CMYK
RGB Variations
Color information
#2CCD27 (or 0x2CCD27) is known color: Lime Green. HEX triplet: 2C, CD and 27. RGB value is (44,205,39). Sum of RGB (Red+Green+Blue) = 44+205+39=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 205 (80.47% from 255 or 71.18% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD27 is #D332D8. Grayscale: #8A8A8A. Windows color (decimal): -13841113 or 2608428. OLE color: 2608428.
HSL color Cylindrical-coordinate representation of color #2CCD27: hue angle of 118.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CCD27 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 39 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.20 |
| HSL | 118.19º | 0.68% | 0.48% | - |
| HSV(B) | 118.19º | 0.81% | 0.8% | - |
| XYZ | 23.24 | 44.34 | 9.25 | - |
| YUV | 137.94 | 72.16 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 39 | 0.79 | 0 | 0.81 | 0.20 | 118.19 | 0.68 | 0.48 |
| Hex | 2C | CD | 27 | 4F | 0 | 51 | 14 | 76 | 44 | 30 |
| Octal | 54 | 315 | 47 | 117 | 0 | 121 | 24 | 166 | 104 | 60 |
| Binary | 101100 | 11001101 | 100111 | 1001111 | 0 | 1010001 | 10100 | 1110110 | 1000100 | 110000 |
Color Harmonies of #2CCD27
Complementary color
Monochromatic Colors of #2CCD27
Black with #2CCD27
Text Example
Text Example
White with #2CCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD27; }
p { color: rgb(44,205,39); }
H1.HeaderClassName
{
color: #2CCD27;
}
.AnyTagClassName
{
color: #2CCD27;
}
</style>
background-color css
<style>
a { background-color: #2CCD27; }
a { background-color: rgb(44,205,39); }
div.DivClassName
{
background-color: #2CCD27;
}
.BgClassName
{
background-color: #2CCD27;
}
</style>
border-color css
<style>
span { border-color: #2CCD27; }
span { border-color: rgb(44,205,39); }
td.TdClassName
{
border-color: #2CCD27;
}
.TagClassName
{
border-color: #2CCD27;
}
</style>