Html Css Color HEX #2DFB9A Medium Spring Green
📋 copy color: '#2DFB9A'red 45 ◦ green 251 ◦ blue 154
Shades of Medium Spring Green #2DFB9A
Tints of Medium Spring Green #2DFB9A
RGB
CMYK
RGB Variations
Color information
#2DFB9A (or 0x2DFB9A) is known color: Medium Spring Green. HEX triplet: 2D, FB and 9A. RGB value is (45,251,154). Sum of RGB (Red+Green+Blue) = 45+251+154=450 (59% of max value = 765). Red value is 45 (17.97% from 255 or 10% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB9A is #D20465. Grayscale: #B2B2B2. Windows color (decimal): -13763686 or 10156845. OLE color: 10156845.
HSL color Cylindrical-coordinate representation of color #2DFB9A: hue angle of 151.75º degrees, saturation: 0.96, 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 #2DFB9A is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 154 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.02 |
| HSL | 151.75º | 0.96% | 0.58% | - |
| HSV(B) | 151.75º | 0.82% | 0.98% | - |
| XYZ | 41.41 | 71.89 | 42.26 | - |
| YUV | 178.35 | 114.25 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 154 | 0.82 | 0 | 0.39 | 0.02 | 151.75 | 0.96 | 0.58 |
| Hex | 2D | FB | 9A | 52 | 0 | 27 | 2 | 98 | 60 | 3A |
| Octal | 55 | 373 | 232 | 122 | 0 | 47 | 2 | 230 | 140 | 72 |
| Binary | 101101 | 11111011 | 10011010 | 1010010 | 0 | 100111 | 10 | 10011000 | 1100000 | 111010 |
Color Harmonies of #2DFB9A
Complementary color
Monochromatic Colors of #2DFB9A
Black with #2DFB9A
Text Example
Text Example
White with #2DFB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB9A; }
p { color: rgb(45,251,154); }
H1.HeaderClassName
{
color: #2DFB9A;
}
.AnyTagClassName
{
color: #2DFB9A;
}
</style>
background-color css
<style>
a { background-color: #2DFB9A; }
a { background-color: rgb(45,251,154); }
div.DivClassName
{
background-color: #2DFB9A;
}
.BgClassName
{
background-color: #2DFB9A;
}
</style>
border-color css
<style>
span { border-color: #2DFB9A; }
span { border-color: rgb(45,251,154); }
td.TdClassName
{
border-color: #2DFB9A;
}
.TagClassName
{
border-color: #2DFB9A;
}
</style>