Shades of Lime Green #2FFD38
Tints of Lime Green #2FFD38
RGB
CMYK
RGB Variations
Color information
#2FFD38 (or 0x2FFD38) is known color: Lime Green. HEX triplet: 2F, FD and 38. RGB value is (47,253,56). Sum of RGB (Red+Green+Blue) = 47+253+56=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 253 (99.22% from 255 or 71.07% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD38 is #D002C7. Grayscale: #A9A9A9. Windows color (decimal): -13632200 or 3734831. OLE color: 3734831.
HSL color Cylindrical-coordinate representation of color #2FFD38: hue angle of 122.62º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD38 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 56 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.01 |
| HSL | 122.62º | 0.98% | 0.59% | - |
| HSV(B) | 122.62º | 0.81% | 0.99% | - |
| XYZ | 37.01 | 71.14 | 15.52 | - |
| YUV | 168.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 56 | 0.81 | 0 | 0.78 | 0.01 | 122.62 | 0.98 | 0.59 |
| Hex | 2F | FD | 38 | 51 | 0 | 4E | 1 | 7B | 62 | 3B |
| Octal | 57 | 375 | 70 | 121 | 0 | 116 | 1 | 173 | 142 | 73 |
| Binary | 101111 | 11111101 | 111000 | 1010001 | 0 | 1001110 | 1 | 1111011 | 1100010 | 111011 |
Color Harmonies of #2FFD38
Complementary color
Monochromatic Colors of #2FFD38
Black with #2FFD38
Text Example
Text Example
White with #2FFD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD38; }
p { color: rgb(47,253,56); }
H1.HeaderClassName
{
color: #2FFD38;
}
.AnyTagClassName
{
color: #2FFD38;
}
</style>
background-color css
<style>
a { background-color: #2FFD38; }
a { background-color: rgb(47,253,56); }
div.DivClassName
{
background-color: #2FFD38;
}
.BgClassName
{
background-color: #2FFD38;
}
</style>
border-color css
<style>
span { border-color: #2FFD38; }
span { border-color: rgb(47,253,56); }
td.TdClassName
{
border-color: #2FFD38;
}
.TagClassName
{
border-color: #2FFD38;
}
</style>