Html Css Color HEX #2DFF95 Medium Spring Green
📋 copy color: '#2DFF95'red 45 ◦ green 255 ◦ blue 149
Shades of Medium Spring Green #2DFF95
Tints of Medium Spring Green #2DFF95
RGB
CMYK
RGB Variations
Color information
#2DFF95 (or 0x2DFF95) is known color: Medium Spring Green. HEX triplet: 2D, FF and 95. RGB value is (45,255,149). Sum of RGB (Red+Green+Blue) = 45+255+149=449 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10.02% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFF95 is #D2006A. Grayscale: #B4B4B4. Windows color (decimal): -13762667 or 9830189. OLE color: 9830189.
HSL color Cylindrical-coordinate representation of color #2DFF95: hue angle of 149.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF95 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 149 | - |
| CMYK | 0.82 | 0 | 0.42 | 0 |
| HSL | 149.71º | 1% | 0.59% | - |
| HSV(B) | 149.71º | 0.82% | 1% | - |
| XYZ | 42.27 | 74.25 | 40.54 | - |
| YUV | 180.13 | 110.43 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 149 | 0.82 | 0 | 0.42 | 0 | 149.71 | 1 | 0.59 |
| Hex | 2D | FF | 95 | 52 | 0 | 2A | 0 | 96 | 64 | 3B |
| Octal | 55 | 377 | 225 | 122 | 0 | 52 | 0 | 226 | 144 | 73 |
| Binary | 101101 | 11111111 | 10010101 | 1010010 | 0 | 101010 | 0 | 10010110 | 1100100 | 111011 |
Color Harmonies of #2DFF95
Complementary color
Monochromatic Colors of #2DFF95
Black with #2DFF95
Text Example
Text Example
White with #2DFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF95; }
p { color: rgb(45,255,149); }
H1.HeaderClassName
{
color: #2DFF95;
}
.AnyTagClassName
{
color: #2DFF95;
}
</style>
background-color css
<style>
a { background-color: #2DFF95; }
a { background-color: rgb(45,255,149); }
div.DivClassName
{
background-color: #2DFF95;
}
.BgClassName
{
background-color: #2DFF95;
}
</style>
border-color css
<style>
span { border-color: #2DFF95; }
span { border-color: rgb(45,255,149); }
td.TdClassName
{
border-color: #2DFF95;
}
.TagClassName
{
border-color: #2DFF95;
}
</style>