Shades of Lime Green #2FD52A
Tints of Lime Green #2FD52A
RGB
CMYK
RGB Variations
Color information
#2FD52A (or 0x2FD52A) is known color: Lime Green. HEX triplet: 2F, D5 and 2A. RGB value is (47,213,42). Sum of RGB (Red+Green+Blue) = 47+213+42=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 213 (83.59% from 255 or 70.53% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD52A is #D02AD5. Grayscale: #909090. Windows color (decimal): -13642454 or 2807087. OLE color: 2807087.
HSL color Cylindrical-coordinate representation of color #2FD52A: hue angle of 118.25º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FD52A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 42 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.16 |
| HSL | 118.25º | 0.67% | 0.5% | - |
| HSV(B) | 118.25º | 0.8% | 0.84% | - |
| XYZ | 25.38 | 48.36 | 10.19 | - |
| YUV | 143.87 | 70.5 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 42 | 0.78 | 0 | 0.80 | 0.16 | 118.25 | 0.67 | 0.5 |
| Hex | 2F | D5 | 2A | 4E | 0 | 50 | 10 | 76 | 43 | 32 |
| Octal | 57 | 325 | 52 | 116 | 0 | 120 | 20 | 166 | 103 | 62 |
| Binary | 101111 | 11010101 | 101010 | 1001110 | 0 | 1010000 | 10000 | 1110110 | 1000011 | 110010 |
Color Harmonies of #2FD52A
Complementary color
Monochromatic Colors of #2FD52A
Black with #2FD52A
Text Example
Text Example
White with #2FD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD52A; }
p { color: rgb(47,213,42); }
H1.HeaderClassName
{
color: #2FD52A;
}
.AnyTagClassName
{
color: #2FD52A;
}
</style>
background-color css
<style>
a { background-color: #2FD52A; }
a { background-color: rgb(47,213,42); }
div.DivClassName
{
background-color: #2FD52A;
}
.BgClassName
{
background-color: #2FD52A;
}
</style>
border-color css
<style>
span { border-color: #2FD52A; }
span { border-color: rgb(47,213,42); }
td.TdClassName
{
border-color: #2FD52A;
}
.TagClassName
{
border-color: #2FD52A;
}
</style>