Shades of Lime Green #2FCC26
Tints of Lime Green #2FCC26
RGB
CMYK
RGB Variations
Color information
#2FCC26 (or 0x2FCC26) is known color: Lime Green. HEX triplet: 2F, CC and 26. RGB value is (47,204,38). Sum of RGB (Red+Green+Blue) = 47+204+38=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #2FCC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCC26 is #D033D9. Grayscale: #8A8A8A. Windows color (decimal): -13644762 or 2542639. OLE color: 2542639.
HSL color Cylindrical-coordinate representation of color #2FCC26: hue angle of 116.75º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCC26 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 204 | 38 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.2 |
| HSL | 116.75º | 0.69% | 0.47% | - |
| HSV(B) | 116.75º | 0.81% | 0.8% | - |
| XYZ | 23.12 | 43.93 | 9.09 | - |
| YUV | 138.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 204 | 38 | 0.77 | 0 | 0.81 | 0.2 | 116.75 | 0.69 | 0.47 |
| Hex | 2F | CC | 26 | 4D | 0 | 51 | 14 | 75 | 45 | 2F |
| Octal | 57 | 314 | 46 | 115 | 0 | 121 | 24 | 165 | 105 | 57 |
| Binary | 101111 | 11001100 | 100110 | 1001101 | 0 | 1010001 | 10100 | 1110101 | 1000101 | 101111 |
Color Harmonies of #2FCC26
Complementary color
Monochromatic Colors of #2FCC26
Black with #2FCC26
Text Example
Text Example
White with #2FCC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCC26; }
p { color: rgb(47,204,38); }
H1.HeaderClassName
{
color: #2FCC26;
}
.AnyTagClassName
{
color: #2FCC26;
}
</style>
background-color css
<style>
a { background-color: #2FCC26; }
a { background-color: rgb(47,204,38); }
div.DivClassName
{
background-color: #2FCC26;
}
.BgClassName
{
background-color: #2FCC26;
}
</style>
border-color css
<style>
span { border-color: #2FCC26; }
span { border-color: rgb(47,204,38); }
td.TdClassName
{
border-color: #2FCC26;
}
.TagClassName
{
border-color: #2FCC26;
}
</style>