Shades of Lime Green #2FCC13
Tints of Lime Green #2FCC13
RGB
CMYK
RGB Variations
Color information
#2FCC13 (or 0x2FCC13) is known color: Lime Green. HEX triplet: 2F, CC and 13. RGB value is (47,204,19). Sum of RGB (Red+Green+Blue) = 47+204+19=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCC13 is #D033EC. Grayscale: #888888. Windows color (decimal): -13644781 or 1297455. OLE color: 1297455.
HSL color Cylindrical-coordinate representation of color #2FCC13: hue angle of 110.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FCC13 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 19 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.2 |
| HSL | 110.92º | 0.83% | 0.44% | - |
| HSV(B) | 110.92º | 0.91% | 0.8% | - |
| XYZ | 22.88 | 43.84 | 7.87 | - |
| YUV | 135.97 | 61.99 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 19 | 0.77 | 0 | 0.91 | 0.2 | 110.92 | 0.83 | 0.44 |
| Hex | 2F | CC | 13 | 4D | 0 | 5B | 14 | 6F | 53 | 2C |
| Octal | 57 | 314 | 23 | 115 | 0 | 133 | 24 | 157 | 123 | 54 |
| Binary | 101111 | 11001100 | 10011 | 1001101 | 0 | 1011011 | 10100 | 1101111 | 1010011 | 101100 |
Color Harmonies of #2FCC13
Complementary color
Monochromatic Colors of #2FCC13
Black with #2FCC13
Text Example
Text Example
White with #2FCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC13; }
p { color: rgb(47,204,19); }
H1.HeaderClassName
{
color: #2FCC13;
}
.AnyTagClassName
{
color: #2FCC13;
}
</style>
background-color css
<style>
a { background-color: #2FCC13; }
a { background-color: rgb(47,204,19); }
div.DivClassName
{
background-color: #2FCC13;
}
.BgClassName
{
background-color: #2FCC13;
}
</style>
border-color css
<style>
span { border-color: #2FCC13; }
span { border-color: rgb(47,204,19); }
td.TdClassName
{
border-color: #2FCC13;
}
.TagClassName
{
border-color: #2FCC13;
}
</style>