Html Css Color HEX #2DF998 Medium Spring Green
📋 copy color: '#2DF998'red 45 ◦ green 249 ◦ blue 152
Shades of Medium Spring Green #2DF998
Tints of Medium Spring Green #2DF998
RGB
CMYK
RGB Variations
Color information
#2DF998 (or 0x2DF998) is known color: Medium Spring Green. HEX triplet: 2D, F9 and 98. RGB value is (45,249,152). Sum of RGB (Red+Green+Blue) = 45+249+152=446 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.09% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF998 is #D20667. Grayscale: #B1B1B1. Windows color (decimal): -13764200 or 10025261. OLE color: 10025261.
HSL color Cylindrical-coordinate representation of color #2DF998: hue angle of 151.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF998 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 152 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.02 |
| HSL | 151.47º | 0.94% | 0.58% | - |
| HSV(B) | 151.47º | 0.82% | 0.98% | - |
| XYZ | 40.63 | 70.58 | 41.19 | - |
| YUV | 176.95 | 113.91 | 33.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 152 | 0.82 | 0 | 0.39 | 0.02 | 151.47 | 0.94 | 0.58 |
| Hex | 2D | F9 | 98 | 52 | 0 | 27 | 2 | 97 | 5E | 3A |
| Octal | 55 | 371 | 230 | 122 | 0 | 47 | 2 | 227 | 136 | 72 |
| Binary | 101101 | 11111001 | 10011000 | 1010010 | 0 | 100111 | 10 | 10010111 | 1011110 | 111010 |
Color Harmonies of #2DF998
Complementary color
Monochromatic Colors of #2DF998
Black with #2DF998
Text Example
Text Example
White with #2DF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF998; }
p { color: rgb(45,249,152); }
H1.HeaderClassName
{
color: #2DF998;
}
.AnyTagClassName
{
color: #2DF998;
}
</style>
background-color css
<style>
a { background-color: #2DF998; }
a { background-color: rgb(45,249,152); }
div.DivClassName
{
background-color: #2DF998;
}
.BgClassName
{
background-color: #2DF998;
}
</style>
border-color css
<style>
span { border-color: #2DF998; }
span { border-color: rgb(45,249,152); }
td.TdClassName
{
border-color: #2DF998;
}
.TagClassName
{
border-color: #2DF998;
}
</style>