Shades of Lime Green #2FEB33
Tints of Lime Green #2FEB33
RGB
CMYK
RGB Variations
Color information
#2FEB33 (or 0x2FEB33) is known color: Lime Green. HEX triplet: 2F, EB and 33. RGB value is (47,235,51). Sum of RGB (Red+Green+Blue) = 47+235+51=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 235 (92.19% from 255 or 70.57% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEB33 is #D014CC. Grayscale: #9E9E9E. Windows color (decimal): -13636813 or 3402543. OLE color: 3402543.
HSL color Cylindrical-coordinate representation of color #2FEB33: hue angle of 121.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB33 is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 51 | - |
| CMYK | 0.8 | 0 | 0.78 | 0.08 |
| HSL | 121.28º | 0.82% | 0.55% | - |
| HSV(B) | 121.28º | 0.8% | 0.92% | - |
| XYZ | 31.48 | 60.26 | 13.1 | - |
| YUV | 157.81 | 67.72 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 51 | 0.8 | 0 | 0.78 | 0.08 | 121.28 | 0.82 | 0.55 |
| Hex | 2F | EB | 33 | 50 | 0 | 4E | 8 | 79 | 52 | 37 |
| Octal | 57 | 353 | 63 | 120 | 0 | 116 | 10 | 171 | 122 | 67 |
| Binary | 101111 | 11101011 | 110011 | 1010000 | 0 | 1001110 | 1000 | 1111001 | 1010010 | 110111 |
Color Harmonies of #2FEB33
Complementary color
Monochromatic Colors of #2FEB33
Black with #2FEB33
Text Example
Text Example
White with #2FEB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB33; }
p { color: rgb(47,235,51); }
H1.HeaderClassName
{
color: #2FEB33;
}
.AnyTagClassName
{
color: #2FEB33;
}
</style>
background-color css
<style>
a { background-color: #2FEB33; }
a { background-color: rgb(47,235,51); }
div.DivClassName
{
background-color: #2FEB33;
}
.BgClassName
{
background-color: #2FEB33;
}
</style>
border-color css
<style>
span { border-color: #2FEB33; }
span { border-color: rgb(47,235,51); }
td.TdClassName
{
border-color: #2FEB33;
}
.TagClassName
{
border-color: #2FEB33;
}
</style>