Html Css Color HEX #2DFD90 Medium Spring Green
📋 copy color: '#2DFD90'red 45 ◦ green 253 ◦ blue 144
Shades of Medium Spring Green #2DFD90
Tints of Medium Spring Green #2DFD90
RGB
CMYK
RGB Variations
Color information
#2DFD90 (or 0x2DFD90) is known color: Medium Spring Green. HEX triplet: 2D, FD and 90. RGB value is (45,253,144). Sum of RGB (Red+Green+Blue) = 45+253+144=442 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.18% from 442); Green value is 253 (99.22% from 255 or 57.24% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFD90 is #D2026F. Grayscale: #B2B2B2. Windows color (decimal): -13763184 or 9501997. OLE color: 9501997.
HSL color Cylindrical-coordinate representation of color #2DFD90: hue angle of 148.56º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD90 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 144 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.01 |
| HSL | 148.56º | 0.98% | 0.58% | - |
| HSV(B) | 148.56º | 0.82% | 0.99% | - |
| XYZ | 41.24 | 72.82 | 38.27 | - |
| YUV | 178.38 | 108.59 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 144 | 0.82 | 0 | 0.43 | 0.01 | 148.56 | 0.98 | 0.58 |
| Hex | 2D | FD | 90 | 52 | 0 | 2B | 1 | 95 | 62 | 3A |
| Octal | 55 | 375 | 220 | 122 | 0 | 53 | 1 | 225 | 142 | 72 |
| Binary | 101101 | 11111101 | 10010000 | 1010010 | 0 | 101011 | 1 | 10010101 | 1100010 | 111010 |
Color Harmonies of #2DFD90
Complementary color
Monochromatic Colors of #2DFD90
Black with #2DFD90
Text Example
Text Example
White with #2DFD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD90; }
p { color: rgb(45,253,144); }
H1.HeaderClassName
{
color: #2DFD90;
}
.AnyTagClassName
{
color: #2DFD90;
}
</style>
background-color css
<style>
a { background-color: #2DFD90; }
a { background-color: rgb(45,253,144); }
div.DivClassName
{
background-color: #2DFD90;
}
.BgClassName
{
background-color: #2DFD90;
}
</style>
border-color css
<style>
span { border-color: #2DFD90; }
span { border-color: rgb(45,253,144); }
td.TdClassName
{
border-color: #2DFD90;
}
.TagClassName
{
border-color: #2DFD90;
}
</style>