Shades of Lime Green #2FEF2D
Tints of Lime Green #2FEF2D
RGB
CMYK
RGB Variations
Color information
#2FEF2D (or 0x2FEF2D) is known color: Lime Green. HEX triplet: 2F, EF and 2D. RGB value is (47,239,45). Sum of RGB (Red+Green+Blue) = 47+239+45=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 239 (93.75% from 255 or 72.21% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEF2D is #D010D2. Grayscale: #A0A0A0. Windows color (decimal): -13635795 or 3010351. OLE color: 3010351.
HSL color Cylindrical-coordinate representation of color #2FEF2D: hue angle of 119.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FEF2D is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 45 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.06 |
| HSL | 119.38º | 0.86% | 0.56% | - |
| HSV(B) | 119.38º | 0.81% | 0.94% | - |
| XYZ | 32.51 | 62.53 | 12.84 | - |
| YUV | 159.48 | 63.39 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 45 | 0.80 | 0 | 0.81 | 0.06 | 119.38 | 0.86 | 0.56 |
| Hex | 2F | EF | 2D | 50 | 0 | 51 | 6 | 77 | 56 | 38 |
| Octal | 57 | 357 | 55 | 120 | 0 | 121 | 6 | 167 | 126 | 70 |
| Binary | 101111 | 11101111 | 101101 | 1010000 | 0 | 1010001 | 110 | 1110111 | 1010110 | 111000 |
Color Harmonies of #2FEF2D
Complementary color
Monochromatic Colors of #2FEF2D
Black with #2FEF2D
Text Example
Text Example
White with #2FEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF2D; }
p { color: rgb(47,239,45); }
H1.HeaderClassName
{
color: #2FEF2D;
}
.AnyTagClassName
{
color: #2FEF2D;
}
</style>
background-color css
<style>
a { background-color: #2FEF2D; }
a { background-color: rgb(47,239,45); }
div.DivClassName
{
background-color: #2FEF2D;
}
.BgClassName
{
background-color: #2FEF2D;
}
</style>
border-color css
<style>
span { border-color: #2FEF2D; }
span { border-color: rgb(47,239,45); }
td.TdClassName
{
border-color: #2FEF2D;
}
.TagClassName
{
border-color: #2FEF2D;
}
</style>