Html Css Color HEX #2DF892 Medium Spring Green
📋 copy color: '#2DF892'red 45 ◦ green 248 ◦ blue 146
Shades of Medium Spring Green #2DF892
Tints of Medium Spring Green #2DF892
RGB
CMYK
RGB Variations
Color information
#2DF892 (or 0x2DF892) is known color: Medium Spring Green. HEX triplet: 2D, F8 and 92. RGB value is (45,248,146). Sum of RGB (Red+Green+Blue) = 45+248+146=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF892 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF892 is #D2076D. Grayscale: #AFAFAF. Windows color (decimal): -13764462 or 9631789. OLE color: 9631789.
HSL color Cylindrical-coordinate representation of color #2DF892: hue angle of 149.85º 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 #2DF892 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 146 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.03 |
| HSL | 149.85º | 0.94% | 0.57% | - |
| HSV(B) | 149.85º | 0.82% | 0.97% | - |
| XYZ | 39.84 | 69.77 | 38.56 | - |
| YUV | 175.68 | 111.25 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 146 | 0.82 | 0 | 0.41 | 0.03 | 149.85 | 0.94 | 0.57 |
| Hex | 2D | F8 | 92 | 52 | 0 | 29 | 3 | 96 | 5E | 39 |
| Octal | 55 | 370 | 222 | 122 | 0 | 51 | 3 | 226 | 136 | 71 |
| Binary | 101101 | 11111000 | 10010010 | 1010010 | 0 | 101001 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2DF892
Complementary color
Monochromatic Colors of #2DF892
Black with #2DF892
Text Example
Text Example
White with #2DF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF892; }
p { color: rgb(45,248,146); }
H1.HeaderClassName
{
color: #2DF892;
}
.AnyTagClassName
{
color: #2DF892;
}
</style>
background-color css
<style>
a { background-color: #2DF892; }
a { background-color: rgb(45,248,146); }
div.DivClassName
{
background-color: #2DF892;
}
.BgClassName
{
background-color: #2DF892;
}
</style>
border-color css
<style>
span { border-color: #2DF892; }
span { border-color: rgb(45,248,146); }
td.TdClassName
{
border-color: #2DF892;
}
.TagClassName
{
border-color: #2DF892;
}
</style>