Shades of Lime Green #2CCF19
Tints of Lime Green #2CCF19
RGB
CMYK
RGB Variations
Color information
#2CCF19 (or 0x2CCF19) is known color: Lime Green. HEX triplet: 2C, CF and 19. RGB value is (44,207,25). Sum of RGB (Red+Green+Blue) = 44+207+25=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF19 is #D330E6. Grayscale: #8A8A8A. Windows color (decimal): -13840615 or 1691436. OLE color: 1691436.
HSL color Cylindrical-coordinate representation of color #2CCF19: hue angle of 113.74º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CCF19 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 25 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.19 |
| HSL | 113.74º | 0.78% | 0.45% | - |
| HSV(B) | 113.74º | 0.88% | 0.81% | - |
| XYZ | 23.53 | 45.23 | 8.41 | - |
| YUV | 137.52 | 64.5 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 25 | 0.79 | 0 | 0.88 | 0.19 | 113.74 | 0.78 | 0.45 |
| Hex | 2C | CF | 19 | 4F | 0 | 58 | 13 | 72 | 4E | 2D |
| Octal | 54 | 317 | 31 | 117 | 0 | 130 | 23 | 162 | 116 | 55 |
| Binary | 101100 | 11001111 | 11001 | 1001111 | 0 | 1011000 | 10011 | 1110010 | 1001110 | 101101 |
Color Harmonies of #2CCF19
Complementary color
Monochromatic Colors of #2CCF19
Black with #2CCF19
Text Example
Text Example
White with #2CCF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF19; }
p { color: rgb(44,207,25); }
H1.HeaderClassName
{
color: #2CCF19;
}
.AnyTagClassName
{
color: #2CCF19;
}
</style>
background-color css
<style>
a { background-color: #2CCF19; }
a { background-color: rgb(44,207,25); }
div.DivClassName
{
background-color: #2CCF19;
}
.BgClassName
{
background-color: #2CCF19;
}
</style>
border-color css
<style>
span { border-color: #2CCF19; }
span { border-color: rgb(44,207,25); }
td.TdClassName
{
border-color: #2CCF19;
}
.TagClassName
{
border-color: #2CCF19;
}
</style>