Html Css Color HEX #2DFEA6 Medium Spring Green
📋 copy color: '#2DFEA6'red 45 ◦ green 254 ◦ blue 166
Shades of Medium Spring Green #2DFEA6
Tints of Medium Spring Green #2DFEA6
RGB
CMYK
RGB Variations
Color information
#2DFEA6 (or 0x2DFEA6) is known color: Medium Spring Green. HEX triplet: 2D, FE and A6. RGB value is (45,254,166). Sum of RGB (Red+Green+Blue) = 45+254+166=465 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.68% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFEA6 is #D20159. Grayscale: #B5B5B5. Windows color (decimal): -13762906 or 10944045. OLE color: 10944045.
HSL color Cylindrical-coordinate representation of color #2DFEA6: hue angle of 154.74º 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 #2DFEA6 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 166 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.00 |
| HSL | 154.74º | 0.99% | 0.59% | - |
| HSV(B) | 154.74º | 0.82% | 1% | - |
| XYZ | 43.41 | 74.19 | 48.11 | - |
| YUV | 181.48 | 119.26 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 166 | 0.82 | 0 | 0.35 | 0.00 | 154.74 | 0.99 | 0.59 |
| Hex | 2D | FE | A6 | 52 | 0 | 23 | 0 | 9B | 63 | 3B |
| Octal | 55 | 376 | 246 | 122 | 0 | 43 | 0 | 233 | 143 | 73 |
| Binary | 101101 | 11111110 | 10100110 | 1010010 | 0 | 100011 | 0 | 10011011 | 1100011 | 111011 |
Color Harmonies of #2DFEA6
Complementary color
Monochromatic Colors of #2DFEA6
Black with #2DFEA6
Text Example
Text Example
White with #2DFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFEA6; }
p { color: rgb(45,254,166); }
H1.HeaderClassName
{
color: #2DFEA6;
}
.AnyTagClassName
{
color: #2DFEA6;
}
</style>
background-color css
<style>
a { background-color: #2DFEA6; }
a { background-color: rgb(45,254,166); }
div.DivClassName
{
background-color: #2DFEA6;
}
.BgClassName
{
background-color: #2DFEA6;
}
</style>
border-color css
<style>
span { border-color: #2DFEA6; }
span { border-color: rgb(45,254,166); }
td.TdClassName
{
border-color: #2DFEA6;
}
.TagClassName
{
border-color: #2DFEA6;
}
</style>