Shades of Lime Green #2FCD4A
Tints of Lime Green #2FCD4A
RGB
CMYK
RGB Variations
Color information
#2FCD4A (or 0x2FCD4A) is known color: Lime Green. HEX triplet: 2F, CD and 4A. RGB value is (47,205,74). Sum of RGB (Red+Green+Blue) = 47+205+74=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD4A is #D032B5. Grayscale: #8F8F8F. Windows color (decimal): -13644470 or 4902191. OLE color: 4902191.
HSL color Cylindrical-coordinate representation of color #2FCD4A: hue angle of 130.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD4A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 74 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.20 |
| HSL | 130.25º | 0.63% | 0.49% | - |
| HSV(B) | 130.25º | 0.77% | 0.8% | - |
| XYZ | 24.24 | 44.76 | 13.84 | - |
| YUV | 142.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 74 | 0.77 | 0 | 0.64 | 0.20 | 130.25 | 0.63 | 0.49 |
| Hex | 2F | CD | 4A | 4D | 0 | 40 | 14 | 82 | 3F | 31 |
| Octal | 57 | 315 | 112 | 115 | 0 | 100 | 24 | 202 | 77 | 61 |
| Binary | 101111 | 11001101 | 1001010 | 1001101 | 0 | 1000000 | 10100 | 10000010 | 111111 | 110001 |
Color Harmonies of #2FCD4A
Complementary color
Monochromatic Colors of #2FCD4A
Black with #2FCD4A
Text Example
Text Example
White with #2FCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD4A; }
p { color: rgb(47,205,74); }
H1.HeaderClassName
{
color: #2FCD4A;
}
.AnyTagClassName
{
color: #2FCD4A;
}
</style>
background-color css
<style>
a { background-color: #2FCD4A; }
a { background-color: rgb(47,205,74); }
div.DivClassName
{
background-color: #2FCD4A;
}
.BgClassName
{
background-color: #2FCD4A;
}
</style>
border-color css
<style>
span { border-color: #2FCD4A; }
span { border-color: rgb(47,205,74); }
td.TdClassName
{
border-color: #2FCD4A;
}
.TagClassName
{
border-color: #2FCD4A;
}
</style>