Shades of Lime Green #2FFD3F
Tints of Lime Green #2FFD3F
RGB
CMYK
RGB Variations
Color information
#2FFD3F (or 0x2FFD3F) is known color: Lime Green. HEX triplet: 2F, FD and 3F. RGB value is (47,253,63). Sum of RGB (Red+Green+Blue) = 47+253+63=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 253 (99.22% from 255 or 69.70% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD3F is #D002C0. Grayscale: #AAAAAA. Windows color (decimal): -13632193 or 4193583. OLE color: 4193583.
HSL color Cylindrical-coordinate representation of color #2FFD3F: hue angle of 124.66º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD3F is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 63 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.01 |
| HSL | 124.66º | 0.98% | 0.59% | - |
| HSV(B) | 124.66º | 0.81% | 0.99% | - |
| XYZ | 37.19 | 71.21 | 16.49 | - |
| YUV | 169.75 | 67.75 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 63 | 0.81 | 0 | 0.75 | 0.01 | 124.66 | 0.98 | 0.59 |
| Hex | 2F | FD | 3F | 51 | 0 | 4B | 1 | 7D | 62 | 3B |
| Octal | 57 | 375 | 77 | 121 | 0 | 113 | 1 | 175 | 142 | 73 |
| Binary | 101111 | 11111101 | 111111 | 1010001 | 0 | 1001011 | 1 | 1111101 | 1100010 | 111011 |
Color Harmonies of #2FFD3F
Complementary color
Monochromatic Colors of #2FFD3F
Black with #2FFD3F
Text Example
Text Example
White with #2FFD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD3F; }
p { color: rgb(47,253,63); }
H1.HeaderClassName
{
color: #2FFD3F;
}
.AnyTagClassName
{
color: #2FFD3F;
}
</style>
background-color css
<style>
a { background-color: #2FFD3F; }
a { background-color: rgb(47,253,63); }
div.DivClassName
{
background-color: #2FFD3F;
}
.BgClassName
{
background-color: #2FFD3F;
}
</style>
border-color css
<style>
span { border-color: #2FFD3F; }
span { border-color: rgb(47,253,63); }
td.TdClassName
{
border-color: #2FFD3F;
}
.TagClassName
{
border-color: #2FFD3F;
}
</style>