Shades of Lime Green #2FDA1E
Tints of Lime Green #2FDA1E
RGB
CMYK
RGB Variations
Color information
#2FDA1E (or 0x2FDA1E) is known color: Lime Green. HEX triplet: 2F, DA and 1E. RGB value is (47,218,30). Sum of RGB (Red+Green+Blue) = 47+218+30=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 218 (85.55% from 255 or 73.90% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA1E is #D025E1. Grayscale: #929292. Windows color (decimal): -13641186 or 2021935. OLE color: 2021935.
HSL color Cylindrical-coordinate representation of color #2FDA1E: hue angle of 114.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FDA1E is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 30 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.15 |
| HSL | 114.57º | 0.76% | 0.49% | - |
| HSV(B) | 114.57º | 0.86% | 0.85% | - |
| XYZ | 26.48 | 50.84 | 9.65 | - |
| YUV | 145.44 | 62.85 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 30 | 0.78 | 0 | 0.86 | 0.15 | 114.57 | 0.76 | 0.49 |
| Hex | 2F | DA | 1E | 4E | 0 | 56 | F | 73 | 4C | 31 |
| Octal | 57 | 332 | 36 | 116 | 0 | 126 | 17 | 163 | 114 | 61 |
| Binary | 101111 | 11011010 | 11110 | 1001110 | 0 | 1010110 | 1111 | 1110011 | 1001100 | 110001 |
Color Harmonies of #2FDA1E
Complementary color
Monochromatic Colors of #2FDA1E
Black with #2FDA1E
Text Example
Text Example
White with #2FDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA1E; }
p { color: rgb(47,218,30); }
H1.HeaderClassName
{
color: #2FDA1E;
}
.AnyTagClassName
{
color: #2FDA1E;
}
</style>
background-color css
<style>
a { background-color: #2FDA1E; }
a { background-color: rgb(47,218,30); }
div.DivClassName
{
background-color: #2FDA1E;
}
.BgClassName
{
background-color: #2FDA1E;
}
</style>
border-color css
<style>
span { border-color: #2FDA1E; }
span { border-color: rgb(47,218,30); }
td.TdClassName
{
border-color: #2FDA1E;
}
.TagClassName
{
border-color: #2FDA1E;
}
</style>