Shades of Spring Green #2DF585
Tints of Spring Green #2DF585
RGB
CMYK
RGB Variations
Color information
#2DF585 (or 0x2DF585) is known color: Spring Green. HEX triplet: 2D, F5 and 85. RGB value is (45,245,133). Sum of RGB (Red+Green+Blue) = 45+245+133=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF585 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF585 is #D20A7A. Grayscale: #ACACAC. Windows color (decimal): -13765243 or 8779053. OLE color: 8779053.
HSL color Cylindrical-coordinate representation of color #2DF585: hue angle of 146.4º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF585 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 133 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.04 |
| HSL | 146.4º | 0.91% | 0.57% | - |
| HSV(B) | 146.4º | 0.82% | 0.96% | - |
| XYZ | 37.97 | 67.56 | 33.23 | - |
| YUV | 172.43 | 105.74 | 37.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 133 | 0.82 | 0 | 0.46 | 0.04 | 146.4 | 0.91 | 0.57 |
| Hex | 2D | F5 | 85 | 52 | 0 | 2E | 4 | 92 | 5B | 39 |
| Octal | 55 | 365 | 205 | 122 | 0 | 56 | 4 | 222 | 133 | 71 |
| Binary | 101101 | 11110101 | 10000101 | 1010010 | 0 | 101110 | 100 | 10010010 | 1011011 | 111001 |
Color Harmonies of #2DF585
Complementary color
Monochromatic Colors of #2DF585
Black with #2DF585
Text Example
Text Example
White with #2DF585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF585; }
p { color: rgb(45,245,133); }
H1.HeaderClassName
{
color: #2DF585;
}
.AnyTagClassName
{
color: #2DF585;
}
</style>
background-color css
<style>
a { background-color: #2DF585; }
a { background-color: rgb(45,245,133); }
div.DivClassName
{
background-color: #2DF585;
}
.BgClassName
{
background-color: #2DF585;
}
</style>
border-color css
<style>
span { border-color: #2DF585; }
span { border-color: rgb(45,245,133); }
td.TdClassName
{
border-color: #2DF585;
}
.TagClassName
{
border-color: #2DF585;
}
</style>