Shades of Lime Green #2FB236
Tints of Lime Green #2FB236
RGB
CMYK
RGB Variations
Color information
#2FB236 (or 0x2FB236) is known color: Lime Green. HEX triplet: 2F, B2 and 36. RGB value is (47,178,54). Sum of RGB (Red+Green+Blue) = 47+178+54=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB236 is #D04DC9. Grayscale: #7D7D7D. Windows color (decimal): -13651402 or 3584559. OLE color: 3584559.
HSL color Cylindrical-coordinate representation of color #2FB236: hue angle of 123.21º 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 #2FB236 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 178 | 54 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.30 |
| HSL | 123.21º | 0.58% | 0.44% | - |
| HSV(B) | 123.21º | 0.74% | 0.7% | - |
| XYZ | 17.76 | 32.71 | 8.87 | - |
| YUV | 124.7 | 88.1 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 178 | 54 | 0.74 | 0 | 0.70 | 0.30 | 123.21 | 0.58 | 0.44 |
| Hex | 2F | B2 | 36 | 4A | 0 | 46 | 1E | 7B | 3A | 2C |
| Octal | 57 | 262 | 66 | 112 | 0 | 106 | 36 | 173 | 72 | 54 |
| Binary | 101111 | 10110010 | 110110 | 1001010 | 0 | 1000110 | 11110 | 1111011 | 111010 | 101100 |
Color Harmonies of #2FB236
Complementary color
Monochromatic Colors of #2FB236
Black with #2FB236
Text Example
Text Example
White with #2FB236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB236; }
p { color: rgb(47,178,54); }
H1.HeaderClassName
{
color: #2FB236;
}
.AnyTagClassName
{
color: #2FB236;
}
</style>
background-color css
<style>
a { background-color: #2FB236; }
a { background-color: rgb(47,178,54); }
div.DivClassName
{
background-color: #2FB236;
}
.BgClassName
{
background-color: #2FB236;
}
</style>
border-color css
<style>
span { border-color: #2FB236; }
span { border-color: rgb(47,178,54); }
td.TdClassName
{
border-color: #2FB236;
}
.TagClassName
{
border-color: #2FB236;
}
</style>