Shades of Lime Green #2FED3D
Tints of Lime Green #2FED3D
RGB
CMYK
RGB Variations
Color information
#2FED3D (or 0x2FED3D) is known color: Lime Green. HEX triplet: 2F, ED and 3D. RGB value is (47,237,61). Sum of RGB (Red+Green+Blue) = 47+237+61=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED3D is #D012C2. Grayscale: #A0A0A0. Windows color (decimal): -13636291 or 4058415. OLE color: 4058415.
HSL color Cylindrical-coordinate representation of color #2FED3D: hue angle of 124.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED3D is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 61 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.07 |
| HSL | 124.42º | 0.84% | 0.56% | - |
| HSV(B) | 124.42º | 0.8% | 0.93% | - |
| XYZ | 32.3 | 61.51 | 14.59 | - |
| YUV | 160.13 | 72.05 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 61 | 0.80 | 0 | 0.74 | 0.07 | 124.42 | 0.84 | 0.56 |
| Hex | 2F | ED | 3D | 50 | 0 | 4A | 7 | 7C | 54 | 38 |
| Octal | 57 | 355 | 75 | 120 | 0 | 112 | 7 | 174 | 124 | 70 |
| Binary | 101111 | 11101101 | 111101 | 1010000 | 0 | 1001010 | 111 | 1111100 | 1010100 | 111000 |
Color Harmonies of #2FED3D
Complementary color
Monochromatic Colors of #2FED3D
Black with #2FED3D
Text Example
Text Example
White with #2FED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED3D; }
p { color: rgb(47,237,61); }
H1.HeaderClassName
{
color: #2FED3D;
}
.AnyTagClassName
{
color: #2FED3D;
}
</style>
background-color css
<style>
a { background-color: #2FED3D; }
a { background-color: rgb(47,237,61); }
div.DivClassName
{
background-color: #2FED3D;
}
.BgClassName
{
background-color: #2FED3D;
}
</style>
border-color css
<style>
span { border-color: #2FED3D; }
span { border-color: rgb(47,237,61); }
td.TdClassName
{
border-color: #2FED3D;
}
.TagClassName
{
border-color: #2FED3D;
}
</style>