Shades of Lime Green #2FB73D
Tints of Lime Green #2FB73D
RGB
CMYK
RGB Variations
Color information
#2FB73D (or 0x2FB73D) is known color: Lime Green. HEX triplet: 2F, B7 and 3D. RGB value is (47,183,61). Sum of RGB (Red+Green+Blue) = 47+183+61=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #2FB73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB73D is #D048C2. Grayscale: #808080. Windows color (decimal): -13650115 or 4044591. OLE color: 4044591.
HSL color Cylindrical-coordinate representation of color #2FB73D: hue angle of 126.18º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB73D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 183 | 61 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.28 |
| HSL | 126.18º | 0.59% | 0.45% | - |
| HSV(B) | 126.18º | 0.74% | 0.72% | - |
| XYZ | 18.95 | 34.81 | 10.13 | - |
| YUV | 128.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 183 | 61 | 0.74 | 0 | 0.67 | 0.28 | 126.18 | 0.59 | 0.45 |
| Hex | 2F | B7 | 3D | 4A | 0 | 43 | 1C | 7E | 3B | 2D |
| Octal | 57 | 267 | 75 | 112 | 0 | 103 | 34 | 176 | 73 | 55 |
| Binary | 101111 | 10110111 | 111101 | 1001010 | 0 | 1000011 | 11100 | 1111110 | 111011 | 101101 |
Color Harmonies of #2FB73D
Complementary color
Monochromatic Colors of #2FB73D
Black with #2FB73D
Text Example
Text Example
White with #2FB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB73D; }
p { color: rgb(47,183,61); }
H1.HeaderClassName
{
color: #2FB73D;
}
.AnyTagClassName
{
color: #2FB73D;
}
</style>
background-color css
<style>
a { background-color: #2FB73D; }
a { background-color: rgb(47,183,61); }
div.DivClassName
{
background-color: #2FB73D;
}
.BgClassName
{
background-color: #2FB73D;
}
</style>
border-color css
<style>
span { border-color: #2FB73D; }
span { border-color: rgb(47,183,61); }
td.TdClassName
{
border-color: #2FB73D;
}
.TagClassName
{
border-color: #2FB73D;
}
</style>