Shades of Lime Green #2FBD1D
Tints of Lime Green #2FBD1D
RGB
CMYK
RGB Variations
Color information
#2FBD1D (or 0x2FBD1D) is known color: Lime Green. HEX triplet: 2F, BD and 1D. RGB value is (47,189,29). Sum of RGB (Red+Green+Blue) = 47+189+29=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBD1D is #D042E2. Grayscale: #808080. Windows color (decimal): -13648611 or 1948975. OLE color: 1948975.
HSL color Cylindrical-coordinate representation of color #2FBD1D: hue angle of 113.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FBD1D is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 189 | 29 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.26 |
| HSL | 113.25º | 0.73% | 0.43% | - |
| HSV(B) | 113.25º | 0.85% | 0.74% | - |
| XYZ | 19.59 | 37.09 | 7.29 | - |
| YUV | 128.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 189 | 29 | 0.75 | 0 | 0.85 | 0.26 | 113.25 | 0.73 | 0.43 |
| Hex | 2F | BD | 1D | 4B | 0 | 55 | 1A | 71 | 49 | 2B |
| Octal | 57 | 275 | 35 | 113 | 0 | 125 | 32 | 161 | 111 | 53 |
| Binary | 101111 | 10111101 | 11101 | 1001011 | 0 | 1010101 | 11010 | 1110001 | 1001001 | 101011 |
Color Harmonies of #2FBD1D
Complementary color
Monochromatic Colors of #2FBD1D
Black with #2FBD1D
Text Example
Text Example
White with #2FBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBD1D; }
p { color: rgb(47,189,29); }
H1.HeaderClassName
{
color: #2FBD1D;
}
.AnyTagClassName
{
color: #2FBD1D;
}
</style>
background-color css
<style>
a { background-color: #2FBD1D; }
a { background-color: rgb(47,189,29); }
div.DivClassName
{
background-color: #2FBD1D;
}
.BgClassName
{
background-color: #2FBD1D;
}
</style>
border-color css
<style>
span { border-color: #2FBD1D; }
span { border-color: rgb(47,189,29); }
td.TdClassName
{
border-color: #2FBD1D;
}
.TagClassName
{
border-color: #2FBD1D;
}
</style>