Shades of Lime Green #2FB438
Tints of Lime Green #2FB438
RGB
CMYK
RGB Variations
Color information
#2FB438 (or 0x2FB438) is known color: Lime Green. HEX triplet: 2F, B4 and 38. RGB value is (47,180,56). Sum of RGB (Red+Green+Blue) = 47+180+56=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 180 (70.70% from 255 or 63.60% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB438 is #D04BC7. Grayscale: #7E7E7E. Windows color (decimal): -13650888 or 3716143. OLE color: 3716143.
HSL color Cylindrical-coordinate representation of color #2FB438: hue angle of 124.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB438 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 180 | 56 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.29 |
| HSL | 124.06º | 0.59% | 0.45% | - |
| HSV(B) | 124.06º | 0.74% | 0.71% | - |
| XYZ | 18.21 | 33.53 | 9.25 | - |
| YUV | 126.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 180 | 56 | 0.74 | 0 | 0.69 | 0.29 | 124.06 | 0.59 | 0.45 |
| Hex | 2F | B4 | 38 | 4A | 0 | 45 | 1D | 7C | 3B | 2D |
| Octal | 57 | 264 | 70 | 112 | 0 | 105 | 35 | 174 | 73 | 55 |
| Binary | 101111 | 10110100 | 111000 | 1001010 | 0 | 1000101 | 11101 | 1111100 | 111011 | 101101 |
Color Harmonies of #2FB438
Complementary color
Monochromatic Colors of #2FB438
Black with #2FB438
Text Example
Text Example
White with #2FB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB438; }
p { color: rgb(47,180,56); }
H1.HeaderClassName
{
color: #2FB438;
}
.AnyTagClassName
{
color: #2FB438;
}
</style>
background-color css
<style>
a { background-color: #2FB438; }
a { background-color: rgb(47,180,56); }
div.DivClassName
{
background-color: #2FB438;
}
.BgClassName
{
background-color: #2FB438;
}
</style>
border-color css
<style>
span { border-color: #2FB438; }
span { border-color: rgb(47,180,56); }
td.TdClassName
{
border-color: #2FB438;
}
.TagClassName
{
border-color: #2FB438;
}
</style>