Shades of Lime Green #2FD33C
Tints of Lime Green #2FD33C
RGB
CMYK
RGB Variations
Color information
#2FD33C (or 0x2FD33C) is known color: Lime Green. HEX triplet: 2F, D3 and 3C. RGB value is (47,211,60). Sum of RGB (Red+Green+Blue) = 47+211+60=318 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.78% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD33C is #D02CC3. Grayscale: #919191. Windows color (decimal): -13642948 or 3986223. OLE color: 3986223.
HSL color Cylindrical-coordinate representation of color #2FD33C: hue angle of 124.76º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD33C is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 60 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.17 |
| HSL | 124.76º | 0.65% | 0.51% | - |
| HSV(B) | 124.76º | 0.78% | 0.83% | - |
| XYZ | 25.28 | 47.52 | 12.11 | - |
| YUV | 144.75 | 80.17 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 60 | 0.78 | 0 | 0.72 | 0.17 | 124.76 | 0.65 | 0.51 |
| Hex | 2F | D3 | 3C | 4E | 0 | 48 | 11 | 7D | 41 | 33 |
| Octal | 57 | 323 | 74 | 116 | 0 | 110 | 21 | 175 | 101 | 63 |
| Binary | 101111 | 11010011 | 111100 | 1001110 | 0 | 1001000 | 10001 | 1111101 | 1000001 | 110011 |
Color Harmonies of #2FD33C
Complementary color
Monochromatic Colors of #2FD33C
Black with #2FD33C
Text Example
Text Example
White with #2FD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD33C; }
p { color: rgb(47,211,60); }
H1.HeaderClassName
{
color: #2FD33C;
}
.AnyTagClassName
{
color: #2FD33C;
}
</style>
background-color css
<style>
a { background-color: #2FD33C; }
a { background-color: rgb(47,211,60); }
div.DivClassName
{
background-color: #2FD33C;
}
.BgClassName
{
background-color: #2FD33C;
}
</style>
border-color css
<style>
span { border-color: #2FD33C; }
span { border-color: rgb(47,211,60); }
td.TdClassName
{
border-color: #2FD33C;
}
.TagClassName
{
border-color: #2FD33C;
}
</style>