Shades of Lime Green #2CB819
Tints of Lime Green #2CB819
RGB
CMYK
RGB Variations
Color information
#2CB819 (or 0x2CB819) is known color: Lime Green. HEX triplet: 2C, B8 and 19. RGB value is (44,184,25). Sum of RGB (Red+Green+Blue) = 44+184+25=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 184 (72.27% from 255 or 72.73% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 184 - color contains mainly: green. Hex color #2CB819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB819 is #D347E6. Grayscale: #7C7C7C. Windows color (decimal): -13846503 or 1685548. OLE color: 1685548.
HSL color Cylindrical-coordinate representation of color #2CB819: hue angle of 112.83º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CB819 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 44 | 184 | 25 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.28 |
| HSL | 112.83º | 0.76% | 0.41% | - |
| HSV(B) | 112.83º | 0.86% | 0.72% | - |
| XYZ | 18.35 | 34.89 | 6.69 | - |
| YUV | 124.01 | 72.12 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 184 | 25 | 0.76 | 0 | 0.86 | 0.28 | 112.83 | 0.76 | 0.41 |
| Hex | 2C | B8 | 19 | 4C | 0 | 56 | 1C | 71 | 4C | 29 |
| Octal | 54 | 270 | 31 | 114 | 0 | 126 | 34 | 161 | 114 | 51 |
| Binary | 101100 | 10111000 | 11001 | 1001100 | 0 | 1010110 | 11100 | 1110001 | 1001100 | 101001 |
Color Harmonies of #2CB819
Complementary color
Monochromatic Colors of #2CB819
Black with #2CB819
Text Example
Text Example
White with #2CB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB819; }
p { color: rgb(44,184,25); }
H1.HeaderClassName
{
color: #2CB819;
}
.AnyTagClassName
{
color: #2CB819;
}
</style>
background-color css
<style>
a { background-color: #2CB819; }
a { background-color: rgb(44,184,25); }
div.DivClassName
{
background-color: #2CB819;
}
.BgClassName
{
background-color: #2CB819;
}
</style>
border-color css
<style>
span { border-color: #2CB819; }
span { border-color: rgb(44,184,25); }
td.TdClassName
{
border-color: #2CB819;
}
.TagClassName
{
border-color: #2CB819;
}
</style>