Shades of Lime Green #2FBE21
Tints of Lime Green #2FBE21
RGB
CMYK
RGB Variations
Color information
#2FBE21 (or 0x2FBE21) is known color: Lime Green. HEX triplet: 2F, BE and 21. RGB value is (47,190,33). Sum of RGB (Red+Green+Blue) = 47+190+33=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE21 is #D041DE. Grayscale: #818181. Windows color (decimal): -13648351 or 2211375. OLE color: 2211375.
HSL color Cylindrical-coordinate representation of color #2FBE21: hue angle of 114.65º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FBE21 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 33 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.25 |
| HSL | 114.65º | 0.7% | 0.44% | - |
| HSV(B) | 114.65º | 0.83% | 0.75% | - |
| XYZ | 19.86 | 37.54 | 7.64 | - |
| YUV | 129.35 | 73.62 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 33 | 0.75 | 0 | 0.83 | 0.25 | 114.65 | 0.7 | 0.44 |
| Hex | 2F | BE | 21 | 4B | 0 | 53 | 19 | 73 | 46 | 2C |
| Octal | 57 | 276 | 41 | 113 | 0 | 123 | 31 | 163 | 106 | 54 |
| Binary | 101111 | 10111110 | 100001 | 1001011 | 0 | 1010011 | 11001 | 1110011 | 1000110 | 101100 |
Color Harmonies of #2FBE21
Complementary color
Monochromatic Colors of #2FBE21
Black with #2FBE21
Text Example
Text Example
White with #2FBE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE21; }
p { color: rgb(47,190,33); }
H1.HeaderClassName
{
color: #2FBE21;
}
.AnyTagClassName
{
color: #2FBE21;
}
</style>
background-color css
<style>
a { background-color: #2FBE21; }
a { background-color: rgb(47,190,33); }
div.DivClassName
{
background-color: #2FBE21;
}
.BgClassName
{
background-color: #2FBE21;
}
</style>
border-color css
<style>
span { border-color: #2FBE21; }
span { border-color: rgb(47,190,33); }
td.TdClassName
{
border-color: #2FBE21;
}
.TagClassName
{
border-color: #2FBE21;
}
</style>