Shades of Lime Green #2FB33D
Tints of Lime Green #2FB33D
RGB
CMYK
RGB Variations
Color information
#2FB33D (or 0x2FB33D) is known color: Lime Green. HEX triplet: 2F, B3 and 3D. RGB value is (47,179,61). Sum of RGB (Red+Green+Blue) = 47+179+61=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 179 (70.31% from 255 or 62.37% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB33D is #D04CC2. Grayscale: #7E7E7E. Windows color (decimal): -13651139 or 4043567. OLE color: 4043567.
HSL color Cylindrical-coordinate representation of color #2FB33D: hue angle of 126.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB33D is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 61 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.30 |
| HSL | 126.36º | 0.58% | 0.44% | - |
| HSV(B) | 126.36º | 0.74% | 0.7% | - |
| XYZ | 18.13 | 33.18 | 9.86 | - |
| YUV | 126.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 61 | 0.74 | 0 | 0.66 | 0.30 | 126.36 | 0.58 | 0.44 |
| Hex | 2F | B3 | 3D | 4A | 0 | 42 | 1E | 7E | 3A | 2C |
| Octal | 57 | 263 | 75 | 112 | 0 | 102 | 36 | 176 | 72 | 54 |
| Binary | 101111 | 10110011 | 111101 | 1001010 | 0 | 1000010 | 11110 | 1111110 | 111010 | 101100 |
Color Harmonies of #2FB33D
Complementary color
Monochromatic Colors of #2FB33D
Black with #2FB33D
Text Example
Text Example
White with #2FB33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB33D; }
p { color: rgb(47,179,61); }
H1.HeaderClassName
{
color: #2FB33D;
}
.AnyTagClassName
{
color: #2FB33D;
}
</style>
background-color css
<style>
a { background-color: #2FB33D; }
a { background-color: rgb(47,179,61); }
div.DivClassName
{
background-color: #2FB33D;
}
.BgClassName
{
background-color: #2FB33D;
}
</style>
border-color css
<style>
span { border-color: #2FB33D; }
span { border-color: rgb(47,179,61); }
td.TdClassName
{
border-color: #2FB33D;
}
.TagClassName
{
border-color: #2FB33D;
}
</style>