Shades of Spring Green #2FFD85
Tints of Spring Green #2FFD85
RGB
CMYK
RGB Variations
Color information
#2FFD85 (or 0x2FFD85) is known color: Spring Green. HEX triplet: 2F, FD and 85. RGB value is (47,253,133). Sum of RGB (Red+Green+Blue) = 47+253+133=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFD85 is #D0027A. Grayscale: #B1B1B1. Windows color (decimal): -13632123 or 8781103. OLE color: 8781103.
HSL color Cylindrical-coordinate representation of color #2FFD85: hue angle of 145.05º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD85 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 133 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.01 |
| HSL | 145.05º | 0.98% | 0.59% | - |
| HSV(B) | 145.05º | 0.81% | 0.99% | - |
| XYZ | 40.53 | 72.55 | 34.06 | - |
| YUV | 177.73 | 102.75 | 34.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 133 | 0.81 | 0 | 0.47 | 0.01 | 145.05 | 0.98 | 0.59 |
| Hex | 2F | FD | 85 | 51 | 0 | 2F | 1 | 91 | 62 | 3B |
| Octal | 57 | 375 | 205 | 121 | 0 | 57 | 1 | 221 | 142 | 73 |
| Binary | 101111 | 11111101 | 10000101 | 1010001 | 0 | 101111 | 1 | 10010001 | 1100010 | 111011 |
Color Harmonies of #2FFD85
Complementary color
Monochromatic Colors of #2FFD85
Black with #2FFD85
Text Example
Text Example
White with #2FFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD85; }
p { color: rgb(47,253,133); }
H1.HeaderClassName
{
color: #2FFD85;
}
.AnyTagClassName
{
color: #2FFD85;
}
</style>
background-color css
<style>
a { background-color: #2FFD85; }
a { background-color: rgb(47,253,133); }
div.DivClassName
{
background-color: #2FFD85;
}
.BgClassName
{
background-color: #2FFD85;
}
</style>
border-color css
<style>
span { border-color: #2FFD85; }
span { border-color: rgb(47,253,133); }
td.TdClassName
{
border-color: #2FFD85;
}
.TagClassName
{
border-color: #2FFD85;
}
</style>