Shades of Lime Green #2FDD38
Tints of Lime Green #2FDD38
RGB
CMYK
RGB Variations
Color information
#2FDD38 (or 0x2FDD38) is known color: Lime Green. HEX triplet: 2F, DD and 38. RGB value is (47,221,56). Sum of RGB (Red+Green+Blue) = 47+221+56=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD38 is #D022C7. Grayscale: #969696. Windows color (decimal): -13640392 or 3726639. OLE color: 3726639.
HSL color Cylindrical-coordinate representation of color #2FDD38: hue angle of 123.1º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD38 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 56 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.13 |
| HSL | 123.1º | 0.72% | 0.53% | - |
| HSV(B) | 123.1º | 0.79% | 0.87% | - |
| XYZ | 27.74 | 52.6 | 12.43 | - |
| YUV | 150.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 56 | 0.79 | 0 | 0.75 | 0.13 | 123.1 | 0.72 | 0.53 |
| Hex | 2F | DD | 38 | 4F | 0 | 4B | D | 7B | 48 | 35 |
| Octal | 57 | 335 | 70 | 117 | 0 | 113 | 15 | 173 | 110 | 65 |
| Binary | 101111 | 11011101 | 111000 | 1001111 | 0 | 1001011 | 1101 | 1111011 | 1001000 | 110101 |
Color Harmonies of #2FDD38
Complementary color
Monochromatic Colors of #2FDD38
Black with #2FDD38
Text Example
Text Example
White with #2FDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD38; }
p { color: rgb(47,221,56); }
H1.HeaderClassName
{
color: #2FDD38;
}
.AnyTagClassName
{
color: #2FDD38;
}
</style>
background-color css
<style>
a { background-color: #2FDD38; }
a { background-color: rgb(47,221,56); }
div.DivClassName
{
background-color: #2FDD38;
}
.BgClassName
{
background-color: #2FDD38;
}
</style>
border-color css
<style>
span { border-color: #2FDD38; }
span { border-color: rgb(47,221,56); }
td.TdClassName
{
border-color: #2FDD38;
}
.TagClassName
{
border-color: #2FDD38;
}
</style>