Html Css Color HEX #2DF894 Medium Spring Green
📋 copy color: '#2DF894'red 45 ◦ green 248 ◦ blue 148
Shades of Medium Spring Green #2DF894
Tints of Medium Spring Green #2DF894
RGB
CMYK
RGB Variations
Color information
#2DF894 (or 0x2DF894) is known color: Medium Spring Green. HEX triplet: 2D, F8 and 94. RGB value is (45,248,148). Sum of RGB (Red+Green+Blue) = 45+248+148=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF894 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF894 is #D2076B. Grayscale: #B0B0B0. Windows color (decimal): -13764460 or 9762861. OLE color: 9762861.
HSL color Cylindrical-coordinate representation of color #2DF894: hue angle of 150.44º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF894 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 148 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.03 |
| HSL | 150.44º | 0.94% | 0.57% | - |
| HSV(B) | 150.44º | 0.82% | 0.97% | - |
| XYZ | 39.99 | 69.83 | 39.39 | - |
| YUV | 175.9 | 112.25 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 148 | 0.82 | 0 | 0.40 | 0.03 | 150.44 | 0.94 | 0.57 |
| Hex | 2D | F8 | 94 | 52 | 0 | 28 | 3 | 96 | 5E | 39 |
| Octal | 55 | 370 | 224 | 122 | 0 | 50 | 3 | 226 | 136 | 71 |
| Binary | 101101 | 11111000 | 10010100 | 1010010 | 0 | 101000 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2DF894
Complementary color
Monochromatic Colors of #2DF894
Black with #2DF894
Text Example
Text Example
White with #2DF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF894; }
p { color: rgb(45,248,148); }
H1.HeaderClassName
{
color: #2DF894;
}
.AnyTagClassName
{
color: #2DF894;
}
</style>
background-color css
<style>
a { background-color: #2DF894; }
a { background-color: rgb(45,248,148); }
div.DivClassName
{
background-color: #2DF894;
}
.BgClassName
{
background-color: #2DF894;
}
</style>
border-color css
<style>
span { border-color: #2DF894; }
span { border-color: rgb(45,248,148); }
td.TdClassName
{
border-color: #2DF894;
}
.TagClassName
{
border-color: #2DF894;
}
</style>