Shades of Lime Green #2FCE26
Tints of Lime Green #2FCE26
RGB
CMYK
RGB Variations
Color information
#2FCE26 (or 0x2FCE26) is known color: Lime Green. HEX triplet: 2F, CE and 26. RGB value is (47,206,38). Sum of RGB (Red+Green+Blue) = 47+206+38=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 206 (80.86% from 255 or 70.79% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCE26 is #D031D9. Grayscale: #8B8B8B. Windows color (decimal): -13644250 or 2543151. OLE color: 2543151.
HSL color Cylindrical-coordinate representation of color #2FCE26: hue angle of 116.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FCE26 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 38 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.19 |
| HSL | 116.79º | 0.69% | 0.48% | - |
| HSV(B) | 116.79º | 0.82% | 0.81% | - |
| XYZ | 23.59 | 44.89 | 9.25 | - |
| YUV | 139.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 38 | 0.77 | 0 | 0.82 | 0.19 | 116.79 | 0.69 | 0.48 |
| Hex | 2F | CE | 26 | 4D | 0 | 52 | 13 | 75 | 45 | 30 |
| Octal | 57 | 316 | 46 | 115 | 0 | 122 | 23 | 165 | 105 | 60 |
| Binary | 101111 | 11001110 | 100110 | 1001101 | 0 | 1010010 | 10011 | 1110101 | 1000101 | 110000 |
Color Harmonies of #2FCE26
Complementary color
Monochromatic Colors of #2FCE26
Black with #2FCE26
Text Example
Text Example
White with #2FCE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE26; }
p { color: rgb(47,206,38); }
H1.HeaderClassName
{
color: #2FCE26;
}
.AnyTagClassName
{
color: #2FCE26;
}
</style>
background-color css
<style>
a { background-color: #2FCE26; }
a { background-color: rgb(47,206,38); }
div.DivClassName
{
background-color: #2FCE26;
}
.BgClassName
{
background-color: #2FCE26;
}
</style>
border-color css
<style>
span { border-color: #2FCE26; }
span { border-color: rgb(47,206,38); }
td.TdClassName
{
border-color: #2FCE26;
}
.TagClassName
{
border-color: #2FCE26;
}
</style>