Html Css Color HEX #2DFE9C Medium Spring Green
📋 copy color: '#2DFE9C'red 45 ◦ green 254 ◦ blue 156
Shades of Medium Spring Green #2DFE9C
Tints of Medium Spring Green #2DFE9C
RGB
CMYK
RGB Variations
Color information
#2DFE9C (or 0x2DFE9C) is known color: Medium Spring Green. HEX triplet: 2D, FE and 9C. RGB value is (45,254,156). Sum of RGB (Red+Green+Blue) = 45+254+156=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 254 (99.61% from 255 or 55.82% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFE9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFE9C is #D20163. Grayscale: #B4B4B4. Windows color (decimal): -13762916 or 10288685. OLE color: 10288685.
HSL color Cylindrical-coordinate representation of color #2DFE9C: hue angle of 151.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFE9C is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 156 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.00 |
| HSL | 151.87º | 0.99% | 0.59% | - |
| HSV(B) | 151.87º | 0.82% | 1% | - |
| XYZ | 42.52 | 73.84 | 43.46 | - |
| YUV | 180.34 | 114.26 | 31.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 156 | 0.82 | 0 | 0.39 | 0.00 | 151.87 | 0.99 | 0.59 |
| Hex | 2D | FE | 9C | 52 | 0 | 27 | 0 | 98 | 63 | 3B |
| Octal | 55 | 376 | 234 | 122 | 0 | 47 | 0 | 230 | 143 | 73 |
| Binary | 101101 | 11111110 | 10011100 | 1010010 | 0 | 100111 | 0 | 10011000 | 1100011 | 111011 |
Color Harmonies of #2DFE9C
Complementary color
Monochromatic Colors of #2DFE9C
Black with #2DFE9C
Text Example
Text Example
White with #2DFE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFE9C; }
p { color: rgb(45,254,156); }
H1.HeaderClassName
{
color: #2DFE9C;
}
.AnyTagClassName
{
color: #2DFE9C;
}
</style>
background-color css
<style>
a { background-color: #2DFE9C; }
a { background-color: rgb(45,254,156); }
div.DivClassName
{
background-color: #2DFE9C;
}
.BgClassName
{
background-color: #2DFE9C;
}
</style>
border-color css
<style>
span { border-color: #2DFE9C; }
span { border-color: rgb(45,254,156); }
td.TdClassName
{
border-color: #2DFE9C;
}
.TagClassName
{
border-color: #2DFE9C;
}
</style>