Html Css Color HEX #2DF99A Medium Spring Green
📋 copy color: '#2DF99A'red 45 ◦ green 249 ◦ blue 154
Shades of Medium Spring Green #2DF99A
Tints of Medium Spring Green #2DF99A
RGB
CMYK
RGB Variations
Color information
#2DF99A (or 0x2DF99A) is known color: Medium Spring Green. HEX triplet: 2D, F9 and 9A. RGB value is (45,249,154). Sum of RGB (Red+Green+Blue) = 45+249+154=448 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.04% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF99A is #D20665. Grayscale: #B1B1B1. Windows color (decimal): -13764198 or 10156333. OLE color: 10156333.
HSL color Cylindrical-coordinate representation of color #2DF99A: hue angle of 152.06º 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 #2DF99A is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 154 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.02 |
| HSL | 152.06º | 0.94% | 0.58% | - |
| HSV(B) | 152.06º | 0.82% | 0.98% | - |
| XYZ | 40.79 | 70.64 | 42.06 | - |
| YUV | 177.17 | 114.91 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 154 | 0.82 | 0 | 0.38 | 0.02 | 152.06 | 0.94 | 0.58 |
| Hex | 2D | F9 | 9A | 52 | 0 | 26 | 2 | 98 | 5E | 3A |
| Octal | 55 | 371 | 232 | 122 | 0 | 46 | 2 | 230 | 136 | 72 |
| Binary | 101101 | 11111001 | 10011010 | 1010010 | 0 | 100110 | 10 | 10011000 | 1011110 | 111010 |
Color Harmonies of #2DF99A
Complementary color
Monochromatic Colors of #2DF99A
Black with #2DF99A
Text Example
Text Example
White with #2DF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF99A; }
p { color: rgb(45,249,154); }
H1.HeaderClassName
{
color: #2DF99A;
}
.AnyTagClassName
{
color: #2DF99A;
}
</style>
background-color css
<style>
a { background-color: #2DF99A; }
a { background-color: rgb(45,249,154); }
div.DivClassName
{
background-color: #2DF99A;
}
.BgClassName
{
background-color: #2DF99A;
}
</style>
border-color css
<style>
span { border-color: #2DF99A; }
span { border-color: rgb(45,249,154); }
td.TdClassName
{
border-color: #2DF99A;
}
.TagClassName
{
border-color: #2DF99A;
}
</style>