Html Css Color HEX #2DFDA1 Medium Spring Green
📋 copy color: '#2DFDA1'red 45 ◦ green 253 ◦ blue 161
Shades of Medium Spring Green #2DFDA1
Tints of Medium Spring Green #2DFDA1
RGB
CMYK
RGB Variations
Color information
#2DFDA1 (or 0x2DFDA1) is known color: Medium Spring Green. HEX triplet: 2D, FD and A1. RGB value is (45,253,161). Sum of RGB (Red+Green+Blue) = 45+253+161=459 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.80% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDA1 is #D2025E. Grayscale: #B4B4B4. Windows color (decimal): -13763167 or 10616109. OLE color: 10616109.
HSL color Cylindrical-coordinate representation of color #2DFDA1: hue angle of 153.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDA1 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 45 | 253 | 161 | - |
CMYK | 0.82 | 0 | 0.36 | 0.01 |
HSL | 153.46º | 0.98% | 0.58% | - |
HSV(B) | 153.46º | 0.82% | 0.99% | - |
XYZ | 42.64 | 73.38 | 45.63 | - |
YUV | 180.32 | 117.09 | 31.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 253 | 161 | 0.82 | 0 | 0.36 | 0.01 | 153.46 | 0.98 | 0.58 |
Hex | 2D | FD | A1 | 52 | 0 | 24 | 1 | 99 | 62 | 3A |
Octal | 55 | 375 | 241 | 122 | 0 | 44 | 1 | 231 | 142 | 72 |
Binary | 101101 | 11111101 | 10100001 | 1010010 | 0 | 100100 | 1 | 10011001 | 1100010 | 111010 |
Color Harmonies of #2DFDA1
Complementary color
Monochromatic Colors of #2DFDA1
Black with #2DFDA1
Text Example
Text Example
White with #2DFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDA1; }
p { color: rgb(45,253,161); }
H1.HeaderClassName
{
color: #2DFDA1;
}
.AnyTagClassName
{
color: #2DFDA1;
}
</style>
background-color css
<style>
a { background-color: #2DFDA1; }
a { background-color: rgb(45,253,161); }
div.DivClassName
{
background-color: #2DFDA1;
}
.BgClassName
{
background-color: #2DFDA1;
}
</style>
border-color css
<style>
span { border-color: #2DFDA1; }
span { border-color: rgb(45,253,161); }
td.TdClassName
{
border-color: #2DFDA1;
}
.TagClassName
{
border-color: #2DFDA1;
}
</style>