Shades of Lime Green #2FBE33
Tints of Lime Green #2FBE33
RGB
CMYK
RGB Variations
Color information
#2FBE33 (or 0x2FBE33) is known color: Lime Green. HEX triplet: 2F, BE and 33. RGB value is (47,190,51). Sum of RGB (Red+Green+Blue) = 47+190+51=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 190 (74.61% from 255 or 65.97% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE33 is #D041CC. Grayscale: #838383. Windows color (decimal): -13648333 or 3391023. OLE color: 3391023.
HSL color Cylindrical-coordinate representation of color #2FBE33: hue angle of 121.68º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE33 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 51 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.25 |
| HSL | 121.68º | 0.6% | 0.46% | - |
| HSV(B) | 121.68º | 0.75% | 0.75% | - |
| XYZ | 20.18 | 37.67 | 9.34 | - |
| YUV | 131.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 51 | 0.75 | 0 | 0.73 | 0.25 | 121.68 | 0.6 | 0.46 |
| Hex | 2F | BE | 33 | 4B | 0 | 49 | 19 | 7A | 3C | 2E |
| Octal | 57 | 276 | 63 | 113 | 0 | 111 | 31 | 172 | 74 | 56 |
| Binary | 101111 | 10111110 | 110011 | 1001011 | 0 | 1001001 | 11001 | 1111010 | 111100 | 101110 |
Color Harmonies of #2FBE33
Complementary color
Monochromatic Colors of #2FBE33
Black with #2FBE33
Text Example
Text Example
White with #2FBE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE33; }
p { color: rgb(47,190,51); }
H1.HeaderClassName
{
color: #2FBE33;
}
.AnyTagClassName
{
color: #2FBE33;
}
</style>
background-color css
<style>
a { background-color: #2FBE33; }
a { background-color: rgb(47,190,51); }
div.DivClassName
{
background-color: #2FBE33;
}
.BgClassName
{
background-color: #2FBE33;
}
</style>
border-color css
<style>
span { border-color: #2FBE33; }
span { border-color: rgb(47,190,51); }
td.TdClassName
{
border-color: #2FBE33;
}
.TagClassName
{
border-color: #2FBE33;
}
</style>