Shades of Lime Green #2FB21F
Tints of Lime Green #2FB21F
RGB
CMYK
RGB Variations
Color information
#2FB21F (or 0x2FB21F) is known color: Lime Green. HEX triplet: 2F, B2 and 1F. RGB value is (47,178,31). Sum of RGB (Red+Green+Blue) = 47+178+31=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB21F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB21F is #D04DE0. Grayscale: #7A7A7A. Windows color (decimal): -13651425 or 2077231. OLE color: 2077231.
HSL color Cylindrical-coordinate representation of color #2FB21F: hue angle of 113.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FB21F is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 31 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.30 |
| HSL | 113.47º | 0.7% | 0.41% | - |
| HSV(B) | 113.47º | 0.83% | 0.7% | - |
| XYZ | 17.34 | 32.54 | 6.66 | - |
| YUV | 122.07 | 76.6 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 31 | 0.74 | 0 | 0.83 | 0.30 | 113.47 | 0.7 | 0.41 |
| Hex | 2F | B2 | 1F | 4A | 0 | 53 | 1E | 71 | 46 | 29 |
| Octal | 57 | 262 | 37 | 112 | 0 | 123 | 36 | 161 | 106 | 51 |
| Binary | 101111 | 10110010 | 11111 | 1001010 | 0 | 1010011 | 11110 | 1110001 | 1000110 | 101001 |
Color Harmonies of #2FB21F
Complementary color
Monochromatic Colors of #2FB21F
Black with #2FB21F
Text Example
Text Example
White with #2FB21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB21F; }
p { color: rgb(47,178,31); }
H1.HeaderClassName
{
color: #2FB21F;
}
.AnyTagClassName
{
color: #2FB21F;
}
</style>
background-color css
<style>
a { background-color: #2FB21F; }
a { background-color: rgb(47,178,31); }
div.DivClassName
{
background-color: #2FB21F;
}
.BgClassName
{
background-color: #2FB21F;
}
</style>
border-color css
<style>
span { border-color: #2FB21F; }
span { border-color: rgb(47,178,31); }
td.TdClassName
{
border-color: #2FB21F;
}
.TagClassName
{
border-color: #2FB21F;
}
</style>