Shades of Spring Green #2FFE81
Tints of Spring Green #2FFE81
RGB
CMYK
RGB Variations
Color information
#2FFE81 (or 0x2FFE81) is known color: Spring Green. HEX triplet: 2F, FE and 81. RGB value is (47,254,129). Sum of RGB (Red+Green+Blue) = 47+254+129=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFE81 is #D0017E. Grayscale: #B2B2B2. Windows color (decimal): -13631871 or 8519215. OLE color: 8519215.
HSL color Cylindrical-coordinate representation of color #2FFE81: hue angle of 143.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE81 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 129 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.00 |
| HSL | 143.77º | 0.99% | 0.59% | - |
| HSV(B) | 143.77º | 0.81% | 1% | - |
| XYZ | 40.58 | 73.07 | 32.73 | - |
| YUV | 177.86 | 100.42 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 129 | 0.81 | 0 | 0.49 | 0.00 | 143.77 | 0.99 | 0.59 |
| Hex | 2F | FE | 81 | 51 | 0 | 31 | 0 | 90 | 63 | 3B |
| Octal | 57 | 376 | 201 | 121 | 0 | 61 | 0 | 220 | 143 | 73 |
| Binary | 101111 | 11111110 | 10000001 | 1010001 | 0 | 110001 | 0 | 10010000 | 1100011 | 111011 |
Color Harmonies of #2FFE81
Complementary color
Monochromatic Colors of #2FFE81
Black with #2FFE81
Text Example
Text Example
White with #2FFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE81; }
p { color: rgb(47,254,129); }
H1.HeaderClassName
{
color: #2FFE81;
}
.AnyTagClassName
{
color: #2FFE81;
}
</style>
background-color css
<style>
a { background-color: #2FFE81; }
a { background-color: rgb(47,254,129); }
div.DivClassName
{
background-color: #2FFE81;
}
.BgClassName
{
background-color: #2FFE81;
}
</style>
border-color css
<style>
span { border-color: #2FFE81; }
span { border-color: rgb(47,254,129); }
td.TdClassName
{
border-color: #2FFE81;
}
.TagClassName
{
border-color: #2FFE81;
}
</style>