Shades of Lime Green #2FCD2D
Tints of Lime Green #2FCD2D
RGB
CMYK
RGB Variations
Color information
#2FCD2D (or 0x2FCD2D) is known color: Lime Green. HEX triplet: 2F, CD and 2D. RGB value is (47,205,45). Sum of RGB (Red+Green+Blue) = 47+205+45=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 205 (80.47% from 255 or 69.02% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCD2D is #D032D2. Grayscale: #8B8B8B. Windows color (decimal): -13644499 or 3001647. OLE color: 3001647.
HSL color Cylindrical-coordinate representation of color #2FCD2D: hue angle of 119.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCD2D is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 45 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.20 |
| HSL | 119.25º | 0.64% | 0.49% | - |
| HSV(B) | 119.25º | 0.78% | 0.8% | - |
| XYZ | 23.48 | 44.46 | 9.83 | - |
| YUV | 139.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 45 | 0.77 | 0 | 0.78 | 0.20 | 119.25 | 0.64 | 0.49 |
| Hex | 2F | CD | 2D | 4D | 0 | 4E | 14 | 77 | 40 | 31 |
| Octal | 57 | 315 | 55 | 115 | 0 | 116 | 24 | 167 | 100 | 61 |
| Binary | 101111 | 11001101 | 101101 | 1001101 | 0 | 1001110 | 10100 | 1110111 | 1000000 | 110001 |
Color Harmonies of #2FCD2D
Complementary color
Monochromatic Colors of #2FCD2D
Black with #2FCD2D
Text Example
Text Example
White with #2FCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD2D; }
p { color: rgb(47,205,45); }
H1.HeaderClassName
{
color: #2FCD2D;
}
.AnyTagClassName
{
color: #2FCD2D;
}
</style>
background-color css
<style>
a { background-color: #2FCD2D; }
a { background-color: rgb(47,205,45); }
div.DivClassName
{
background-color: #2FCD2D;
}
.BgClassName
{
background-color: #2FCD2D;
}
</style>
border-color css
<style>
span { border-color: #2FCD2D; }
span { border-color: rgb(47,205,45); }
td.TdClassName
{
border-color: #2FCD2D;
}
.TagClassName
{
border-color: #2FCD2D;
}
</style>