Shades of Lime Green #2FF14A
Tints of Lime Green #2FF14A
RGB
CMYK
RGB Variations
Color information
#2FF14A (or 0x2FF14A) is known color: Lime Green. HEX triplet: 2F, F1 and 4A. RGB value is (47,241,74). Sum of RGB (Red+Green+Blue) = 47+241+74=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF14A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF14A is #D00EB5. Grayscale: #A4A4A4. Windows color (decimal): -13635254 or 4911407. OLE color: 4911407.
HSL color Cylindrical-coordinate representation of color #2FF14A: hue angle of 128.35º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF14A is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 74 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.05 |
| HSL | 128.35º | 0.87% | 0.56% | - |
| HSV(B) | 128.35º | 0.8% | 0.95% | - |
| XYZ | 33.86 | 64.01 | 17.05 | - |
| YUV | 163.96 | 77.23 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 74 | 0.80 | 0 | 0.69 | 0.05 | 128.35 | 0.87 | 0.56 |
| Hex | 2F | F1 | 4A | 50 | 0 | 45 | 5 | 80 | 57 | 38 |
| Octal | 57 | 361 | 112 | 120 | 0 | 105 | 5 | 200 | 127 | 70 |
| Binary | 101111 | 11110001 | 1001010 | 1010000 | 0 | 1000101 | 101 | 10000000 | 1010111 | 111000 |
Color Harmonies of #2FF14A
Complementary color
Monochromatic Colors of #2FF14A
Black with #2FF14A
Text Example
Text Example
White with #2FF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF14A; }
p { color: rgb(47,241,74); }
H1.HeaderClassName
{
color: #2FF14A;
}
.AnyTagClassName
{
color: #2FF14A;
}
</style>
background-color css
<style>
a { background-color: #2FF14A; }
a { background-color: rgb(47,241,74); }
div.DivClassName
{
background-color: #2FF14A;
}
.BgClassName
{
background-color: #2FF14A;
}
</style>
border-color css
<style>
span { border-color: #2FF14A; }
span { border-color: rgb(47,241,74); }
td.TdClassName
{
border-color: #2FF14A;
}
.TagClassName
{
border-color: #2FF14A;
}
</style>