Shades of Lime Green #2FBD2A
Tints of Lime Green #2FBD2A
RGB
CMYK
RGB Variations
Color information
#2FBD2A (or 0x2FBD2A) is known color: Lime Green. HEX triplet: 2F, BD and 2A. RGB value is (47,189,42). Sum of RGB (Red+Green+Blue) = 47+189+42=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 189 (74.22% from 255 or 67.99% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD2A is #D042D5. Grayscale: #828282. Windows color (decimal): -13648598 or 2800943. OLE color: 2800943.
HSL color Cylindrical-coordinate representation of color #2FBD2A: hue angle of 117.96º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FBD2A is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 42 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.26 |
| HSL | 117.96º | 0.64% | 0.45% | - |
| HSV(B) | 117.96º | 0.78% | 0.74% | - |
| XYZ | 19.79 | 37.17 | 8.32 | - |
| YUV | 129.78 | 78.46 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 42 | 0.75 | 0 | 0.78 | 0.26 | 117.96 | 0.64 | 0.45 |
| Hex | 2F | BD | 2A | 4B | 0 | 4E | 1A | 76 | 40 | 2D |
| Octal | 57 | 275 | 52 | 113 | 0 | 116 | 32 | 166 | 100 | 55 |
| Binary | 101111 | 10111101 | 101010 | 1001011 | 0 | 1001110 | 11010 | 1110110 | 1000000 | 101101 |
Color Harmonies of #2FBD2A
Complementary color
Monochromatic Colors of #2FBD2A
Black with #2FBD2A
Text Example
Text Example
White with #2FBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBD2A; }
p { color: rgb(47,189,42); }
H1.HeaderClassName
{
color: #2FBD2A;
}
.AnyTagClassName
{
color: #2FBD2A;
}
</style>
background-color css
<style>
a { background-color: #2FBD2A; }
a { background-color: rgb(47,189,42); }
div.DivClassName
{
background-color: #2FBD2A;
}
.BgClassName
{
background-color: #2FBD2A;
}
</style>
border-color css
<style>
span { border-color: #2FBD2A; }
span { border-color: rgb(47,189,42); }
td.TdClassName
{
border-color: #2FBD2A;
}
.TagClassName
{
border-color: #2FBD2A;
}
</style>