Shades of Lime Green #2FD032
Tints of Lime Green #2FD032
RGB
CMYK
RGB Variations
Color information
#2FD032 (or 0x2FD032) is known color: Lime Green. HEX triplet: 2F, D0 and 32. RGB value is (47,208,50). Sum of RGB (Red+Green+Blue) = 47+208+50=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD032 is #D02FCD. Grayscale: #8E8E8E. Windows color (decimal): -13643726 or 3330095. OLE color: 3330095.
HSL color Cylindrical-coordinate representation of color #2FD032: hue angle of 121.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD032 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
RGB | 47 | 208 | 50 | - |
CMYK | 0.77 | 0 | 0.76 | 0.18 |
HSL | 121.12º | 0.63% | 0.5% | - |
HSV(B) | 121.12º | 0.77% | 0.82% | - |
XYZ | 24.3 | 45.95 | 10.61 | - |
YUV | 141.85 | 76.16 | 60.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 208 | 50 | 0.77 | 0 | 0.76 | 0.18 | 121.12 | 0.63 | 0.5 |
Hex | 2F | D0 | 32 | 4D | 0 | 4C | 12 | 79 | 3F | 32 |
Octal | 57 | 320 | 62 | 115 | 0 | 114 | 22 | 171 | 77 | 62 |
Binary | 101111 | 11010000 | 110010 | 1001101 | 0 | 1001100 | 10010 | 1111001 | 111111 | 110010 |
Color Harmonies of #2FD032
Complementary color
Monochromatic Colors of #2FD032
Black with #2FD032
Text Example
Text Example
White with #2FD032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD032; }
p { color: rgb(47,208,50); }
H1.HeaderClassName
{
color: #2FD032;
}
.AnyTagClassName
{
color: #2FD032;
}
</style>
background-color css
<style>
a { background-color: #2FD032; }
a { background-color: rgb(47,208,50); }
div.DivClassName
{
background-color: #2FD032;
}
.BgClassName
{
background-color: #2FD032;
}
</style>
border-color css
<style>
span { border-color: #2FD032; }
span { border-color: rgb(47,208,50); }
td.TdClassName
{
border-color: #2FD032;
}
.TagClassName
{
border-color: #2FD032;
}
</style>