Shades of Lime Green #2FE03C
Tints of Lime Green #2FE03C
RGB
CMYK
RGB Variations
Color information
#2FE03C (or 0x2FE03C) is known color: Lime Green. HEX triplet: 2F, E0 and 3C. RGB value is (47,224,60). Sum of RGB (Red+Green+Blue) = 47+224+60=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE03C is #D01FC3. Grayscale: #989898. Windows color (decimal): -13639620 or 3989551. OLE color: 3989551.
HSL color Cylindrical-coordinate representation of color #2FE03C: hue angle of 124.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE03C is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 60 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.12 |
| HSL | 124.41º | 0.74% | 0.53% | - |
| HSV(B) | 124.41º | 0.79% | 0.88% | - |
| XYZ | 28.64 | 54.24 | 13.24 | - |
| YUV | 152.38 | 75.86 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 60 | 0.79 | 0 | 0.73 | 0.12 | 124.41 | 0.74 | 0.53 |
| Hex | 2F | E0 | 3C | 4F | 0 | 49 | C | 7C | 4A | 35 |
| Octal | 57 | 340 | 74 | 117 | 0 | 111 | 14 | 174 | 112 | 65 |
| Binary | 101111 | 11100000 | 111100 | 1001111 | 0 | 1001001 | 1100 | 1111100 | 1001010 | 110101 |
Color Harmonies of #2FE03C
Complementary color
Monochromatic Colors of #2FE03C
Black with #2FE03C
Text Example
Text Example
White with #2FE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE03C; }
p { color: rgb(47,224,60); }
H1.HeaderClassName
{
color: #2FE03C;
}
.AnyTagClassName
{
color: #2FE03C;
}
</style>
background-color css
<style>
a { background-color: #2FE03C; }
a { background-color: rgb(47,224,60); }
div.DivClassName
{
background-color: #2FE03C;
}
.BgClassName
{
background-color: #2FE03C;
}
</style>
border-color css
<style>
span { border-color: #2FE03C; }
span { border-color: rgb(47,224,60); }
td.TdClassName
{
border-color: #2FE03C;
}
.TagClassName
{
border-color: #2FE03C;
}
</style>