Shades of Lime Green #2FBE20
Tints of Lime Green #2FBE20
RGB
CMYK
RGB Variations
Color information
#2FBE20 (or 0x2FBE20) is known color: Lime Green. HEX triplet: 2F, BE and 20. RGB value is (47,190,32). Sum of RGB (Red+Green+Blue) = 47+190+32=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE20 is #D041DF. Grayscale: #818181. Windows color (decimal): -13648352 or 2145839. OLE color: 2145839.
HSL color Cylindrical-coordinate representation of color #2FBE20: hue angle of 114.3º degrees, saturation: 0.71, 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 #2FBE20 is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 32 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.25 |
| HSL | 114.3º | 0.71% | 0.44% | - |
| HSV(B) | 114.3º | 0.83% | 0.75% | - |
| XYZ | 19.85 | 37.54 | 7.57 | - |
| YUV | 129.23 | 73.12 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 32 | 0.75 | 0 | 0.83 | 0.25 | 114.3 | 0.71 | 0.44 |
| Hex | 2F | BE | 20 | 4B | 0 | 53 | 19 | 72 | 47 | 2C |
| Octal | 57 | 276 | 40 | 113 | 0 | 123 | 31 | 162 | 107 | 54 |
| Binary | 101111 | 10111110 | 100000 | 1001011 | 0 | 1010011 | 11001 | 1110010 | 1000111 | 101100 |
Color Harmonies of #2FBE20
Complementary color
Monochromatic Colors of #2FBE20
Black with #2FBE20
Text Example
Text Example
White with #2FBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE20; }
p { color: rgb(47,190,32); }
H1.HeaderClassName
{
color: #2FBE20;
}
.AnyTagClassName
{
color: #2FBE20;
}
</style>
background-color css
<style>
a { background-color: #2FBE20; }
a { background-color: rgb(47,190,32); }
div.DivClassName
{
background-color: #2FBE20;
}
.BgClassName
{
background-color: #2FBE20;
}
</style>
border-color css
<style>
span { border-color: #2FBE20; }
span { border-color: rgb(47,190,32); }
td.TdClassName
{
border-color: #2FBE20;
}
.TagClassName
{
border-color: #2FBE20;
}
</style>