Shades of Lime Green #2FCA2D
Tints of Lime Green #2FCA2D
RGB
CMYK
RGB Variations
Color information
#2FCA2D (or 0x2FCA2D) is known color: Lime Green. HEX triplet: 2F, CA and 2D. RGB value is (47,202,45). Sum of RGB (Red+Green+Blue) = 47+202+45=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #2FCA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCA2D is #D035D2. Grayscale: #8A8A8A. Windows color (decimal): -13645267 or 3000879. OLE color: 3000879.
HSL color Cylindrical-coordinate representation of color #2FCA2D: hue angle of 119.24º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCA2D is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 202 | 45 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.21 |
| HSL | 119.24º | 0.64% | 0.48% | - |
| HSV(B) | 119.24º | 0.78% | 0.79% | - |
| XYZ | 22.77 | 43.03 | 9.59 | - |
| YUV | 137.76 | 75.65 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 45 | 0.77 | 0 | 0.78 | 0.21 | 119.24 | 0.64 | 0.48 |
| Hex | 2F | CA | 2D | 4D | 0 | 4E | 15 | 77 | 40 | 30 |
| Octal | 57 | 312 | 55 | 115 | 0 | 116 | 25 | 167 | 100 | 60 |
| Binary | 101111 | 11001010 | 101101 | 1001101 | 0 | 1001110 | 10101 | 1110111 | 1000000 | 110000 |
Color Harmonies of #2FCA2D
Complementary color
Monochromatic Colors of #2FCA2D
Black with #2FCA2D
Text Example
Text Example
White with #2FCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCA2D; }
p { color: rgb(47,202,45); }
H1.HeaderClassName
{
color: #2FCA2D;
}
.AnyTagClassName
{
color: #2FCA2D;
}
</style>
background-color css
<style>
a { background-color: #2FCA2D; }
a { background-color: rgb(47,202,45); }
div.DivClassName
{
background-color: #2FCA2D;
}
.BgClassName
{
background-color: #2FCA2D;
}
</style>
border-color css
<style>
span { border-color: #2FCA2D; }
span { border-color: rgb(47,202,45); }
td.TdClassName
{
border-color: #2FCA2D;
}
.TagClassName
{
border-color: #2FCA2D;
}
</style>