Shades of Lime Green #2FCD1D
Tints of Lime Green #2FCD1D
RGB
CMYK
RGB Variations
Color information
#2FCD1D (or 0x2FCD1D) is known color: Lime Green. HEX triplet: 2F, CD and 1D. RGB value is (47,205,29). Sum of RGB (Red+Green+Blue) = 47+205+29=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 205 (80.47% from 255 or 72.95% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD1D is #D032E2. Grayscale: #8A8A8A. Windows color (decimal): -13644515 or 1953071. OLE color: 1953071.
HSL color Cylindrical-coordinate representation of color #2FCD1D: hue angle of 113.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FCD1D is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 29 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.20 |
| HSL | 113.86º | 0.75% | 0.46% | - |
| HSV(B) | 113.86º | 0.86% | 0.8% | - |
| XYZ | 23.23 | 44.36 | 8.5 | - |
| YUV | 137.69 | 66.65 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 29 | 0.77 | 0 | 0.86 | 0.20 | 113.86 | 0.75 | 0.46 |
| Hex | 2F | CD | 1D | 4D | 0 | 56 | 14 | 72 | 4B | 2E |
| Octal | 57 | 315 | 35 | 115 | 0 | 126 | 24 | 162 | 113 | 56 |
| Binary | 101111 | 11001101 | 11101 | 1001101 | 0 | 1010110 | 10100 | 1110010 | 1001011 | 101110 |
Color Harmonies of #2FCD1D
Complementary color
Monochromatic Colors of #2FCD1D
Black with #2FCD1D
Text Example
Text Example
White with #2FCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD1D; }
p { color: rgb(47,205,29); }
H1.HeaderClassName
{
color: #2FCD1D;
}
.AnyTagClassName
{
color: #2FCD1D;
}
</style>
background-color css
<style>
a { background-color: #2FCD1D; }
a { background-color: rgb(47,205,29); }
div.DivClassName
{
background-color: #2FCD1D;
}
.BgClassName
{
background-color: #2FCD1D;
}
</style>
border-color css
<style>
span { border-color: #2FCD1D; }
span { border-color: rgb(47,205,29); }
td.TdClassName
{
border-color: #2FCD1D;
}
.TagClassName
{
border-color: #2FCD1D;
}
</style>