Shades of Lime Green #2CCF13
Tints of Lime Green #2CCF13
RGB
CMYK
RGB Variations
Color information
#2CCF13 (or 0x2CCF13) is known color: Lime Green. HEX triplet: 2C, CF and 13. RGB value is (44,207,19). Sum of RGB (Red+Green+Blue) = 44+207+19=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCF13 is #D330EC. Grayscale: #898989. Windows color (decimal): -13840621 or 1298220. OLE color: 1298220.
HSL color Cylindrical-coordinate representation of color #2CCF13: hue angle of 112.02º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CCF13 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 19 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.19 |
| HSL | 112.02º | 0.83% | 0.44% | - |
| HSV(B) | 112.02º | 0.91% | 0.81% | - |
| XYZ | 23.47 | 45.21 | 8.11 | - |
| YUV | 136.83 | 61.5 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 19 | 0.79 | 0 | 0.91 | 0.19 | 112.02 | 0.83 | 0.44 |
| Hex | 2C | CF | 13 | 4F | 0 | 5B | 13 | 70 | 53 | 2C |
| Octal | 54 | 317 | 23 | 117 | 0 | 133 | 23 | 160 | 123 | 54 |
| Binary | 101100 | 11001111 | 10011 | 1001111 | 0 | 1011011 | 10011 | 1110000 | 1010011 | 101100 |
Color Harmonies of #2CCF13
Complementary color
Monochromatic Colors of #2CCF13
Black with #2CCF13
Text Example
Text Example
White with #2CCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF13; }
p { color: rgb(44,207,19); }
H1.HeaderClassName
{
color: #2CCF13;
}
.AnyTagClassName
{
color: #2CCF13;
}
</style>
background-color css
<style>
a { background-color: #2CCF13; }
a { background-color: rgb(44,207,19); }
div.DivClassName
{
background-color: #2CCF13;
}
.BgClassName
{
background-color: #2CCF13;
}
</style>
border-color css
<style>
span { border-color: #2CCF13; }
span { border-color: rgb(44,207,19); }
td.TdClassName
{
border-color: #2CCF13;
}
.TagClassName
{
border-color: #2CCF13;
}
</style>