Shades of Lime Green #2FCE28
Tints of Lime Green #2FCE28
RGB
CMYK
RGB Variations
Color information
#2FCE28 (or 0x2FCE28) is known color: Lime Green. HEX triplet: 2F, CE and 28. RGB value is (47,206,40). Sum of RGB (Red+Green+Blue) = 47+206+40=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 206 (80.86% from 255 or 70.31% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCE28 is #D031D7. Grayscale: #8C8C8C. Windows color (decimal): -13644248 or 2674223. OLE color: 2674223.
HSL color Cylindrical-coordinate representation of color #2FCE28: hue angle of 117.47º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FCE28 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 40 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.19 |
| HSL | 117.47º | 0.67% | 0.48% | - |
| HSV(B) | 117.47º | 0.81% | 0.81% | - |
| XYZ | 23.63 | 44.9 | 9.43 | - |
| YUV | 139.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 40 | 0.77 | 0 | 0.81 | 0.19 | 117.47 | 0.67 | 0.48 |
| Hex | 2F | CE | 28 | 4D | 0 | 51 | 13 | 75 | 43 | 30 |
| Octal | 57 | 316 | 50 | 115 | 0 | 121 | 23 | 165 | 103 | 60 |
| Binary | 101111 | 11001110 | 101000 | 1001101 | 0 | 1010001 | 10011 | 1110101 | 1000011 | 110000 |
Color Harmonies of #2FCE28
Complementary color
Monochromatic Colors of #2FCE28
Black with #2FCE28
Text Example
Text Example
White with #2FCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE28; }
p { color: rgb(47,206,40); }
H1.HeaderClassName
{
color: #2FCE28;
}
.AnyTagClassName
{
color: #2FCE28;
}
</style>
background-color css
<style>
a { background-color: #2FCE28; }
a { background-color: rgb(47,206,40); }
div.DivClassName
{
background-color: #2FCE28;
}
.BgClassName
{
background-color: #2FCE28;
}
</style>
border-color css
<style>
span { border-color: #2FCE28; }
span { border-color: rgb(47,206,40); }
td.TdClassName
{
border-color: #2FCE28;
}
.TagClassName
{
border-color: #2FCE28;
}
</style>