Shades of Lime Green #2FDF34
Tints of Lime Green #2FDF34
RGB
CMYK
RGB Variations
Color information
#2FDF34 (or 0x2FDF34) is known color: Lime Green. HEX triplet: 2F, DF and 34. RGB value is (47,223,52). Sum of RGB (Red+Green+Blue) = 47+223+52=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF34 is #D020CB. Grayscale: #979797. Windows color (decimal): -13639884 or 3465007. OLE color: 3465007.
HSL color Cylindrical-coordinate representation of color #2FDF34: hue angle of 121.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF34 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 52 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.7º | 0.73% | 0.53% | - |
| HSV(B) | 121.7º | 0.79% | 0.87% | - |
| XYZ | 28.18 | 53.63 | 12.11 | - |
| YUV | 150.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 52 | 0.79 | 0 | 0.77 | 0.13 | 121.7 | 0.73 | 0.53 |
| Hex | 2F | DF | 34 | 4F | 0 | 4D | D | 7A | 49 | 35 |
| Octal | 57 | 337 | 64 | 117 | 0 | 115 | 15 | 172 | 111 | 65 |
| Binary | 101111 | 11011111 | 110100 | 1001111 | 0 | 1001101 | 1101 | 1111010 | 1001001 | 110101 |
Color Harmonies of #2FDF34
Complementary color
Monochromatic Colors of #2FDF34
Black with #2FDF34
Text Example
Text Example
White with #2FDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF34; }
p { color: rgb(47,223,52); }
H1.HeaderClassName
{
color: #2FDF34;
}
.AnyTagClassName
{
color: #2FDF34;
}
</style>
background-color css
<style>
a { background-color: #2FDF34; }
a { background-color: rgb(47,223,52); }
div.DivClassName
{
background-color: #2FDF34;
}
.BgClassName
{
background-color: #2FDF34;
}
</style>
border-color css
<style>
span { border-color: #2FDF34; }
span { border-color: rgb(47,223,52); }
td.TdClassName
{
border-color: #2FDF34;
}
.TagClassName
{
border-color: #2FDF34;
}
</style>