Shades of Spring Green #2FF585
Tints of Spring Green #2FF585
RGB
CMYK
RGB Variations
Color information
#2FF585 (or 0x2FF585) is known color: Spring Green. HEX triplet: 2F, F5 and 85. RGB value is (47,245,133). Sum of RGB (Red+Green+Blue) = 47+245+133=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF585 is #D00A7A. Grayscale: #ADADAD. Windows color (decimal): -13634171 or 8779055. OLE color: 8779055.
HSL color Cylindrical-coordinate representation of color #2FF585: hue angle of 146.06º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF585 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 133 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.04 |
| HSL | 146.06º | 0.91% | 0.57% | - |
| HSV(B) | 146.06º | 0.81% | 0.96% | - |
| XYZ | 38.06 | 67.6 | 33.23 | - |
| YUV | 173.03 | 105.4 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 133 | 0.81 | 0 | 0.46 | 0.04 | 146.06 | 0.91 | 0.57 |
| Hex | 2F | F5 | 85 | 51 | 0 | 2E | 4 | 92 | 5B | 39 |
| Octal | 57 | 365 | 205 | 121 | 0 | 56 | 4 | 222 | 133 | 71 |
| Binary | 101111 | 11110101 | 10000101 | 1010001 | 0 | 101110 | 100 | 10010010 | 1011011 | 111001 |
Color Harmonies of #2FF585
Complementary color
Monochromatic Colors of #2FF585
Black with #2FF585
Text Example
Text Example
White with #2FF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF585; }
p { color: rgb(47,245,133); }
H1.HeaderClassName
{
color: #2FF585;
}
.AnyTagClassName
{
color: #2FF585;
}
</style>
background-color css
<style>
a { background-color: #2FF585; }
a { background-color: rgb(47,245,133); }
div.DivClassName
{
background-color: #2FF585;
}
.BgClassName
{
background-color: #2FF585;
}
</style>
border-color css
<style>
span { border-color: #2FF585; }
span { border-color: rgb(47,245,133); }
td.TdClassName
{
border-color: #2FF585;
}
.TagClassName
{
border-color: #2FF585;
}
</style>