Shades of Lime Green #2FAB30
Tints of Lime Green #2FAB30
RGB
CMYK
RGB Variations
Color information
#2FAB30 (or 0x2FAB30) is known color: Lime Green. HEX triplet: 2F, AB and 30. RGB value is (47,171,48). Sum of RGB (Red+Green+Blue) = 47+171+48=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 171 (67.19% from 255 or 64.29% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FAB30 is #D054CF. Grayscale: #787878. Windows color (decimal): -13653200 or 3189551. OLE color: 3189551.
HSL color Cylindrical-coordinate representation of color #2FAB30: hue angle of 120.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAB30 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 171 | 48 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.33 |
| HSL | 120.48º | 0.57% | 0.43% | - |
| HSV(B) | 120.48º | 0.73% | 0.67% | - |
| XYZ | 16.27 | 29.94 | 7.72 | - |
| YUV | 119.9 | 87.42 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 171 | 48 | 0.73 | 0 | 0.72 | 0.33 | 120.48 | 0.57 | 0.43 |
| Hex | 2F | AB | 30 | 49 | 0 | 48 | 21 | 78 | 39 | 2B |
| Octal | 57 | 253 | 60 | 111 | 0 | 110 | 41 | 170 | 71 | 53 |
| Binary | 101111 | 10101011 | 110000 | 1001001 | 0 | 1001000 | 100001 | 1111000 | 111001 | 101011 |
Color Harmonies of #2FAB30
Complementary color
Monochromatic Colors of #2FAB30
Black with #2FAB30
Text Example
Text Example
White with #2FAB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAB30; }
p { color: rgb(47,171,48); }
H1.HeaderClassName
{
color: #2FAB30;
}
.AnyTagClassName
{
color: #2FAB30;
}
</style>
background-color css
<style>
a { background-color: #2FAB30; }
a { background-color: rgb(47,171,48); }
div.DivClassName
{
background-color: #2FAB30;
}
.BgClassName
{
background-color: #2FAB30;
}
</style>
border-color css
<style>
span { border-color: #2FAB30; }
span { border-color: rgb(47,171,48); }
td.TdClassName
{
border-color: #2FAB30;
}
.TagClassName
{
border-color: #2FAB30;
}
</style>