Shades of Spring Green #2DF17E
Tints of Spring Green #2DF17E
RGB
CMYK
RGB Variations
Color information
#2DF17E (or 0x2DF17E) is known color: Spring Green. HEX triplet: 2D, F1 and 7E. RGB value is (45,241,126). Sum of RGB (Red+Green+Blue) = 45+241+126=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF17E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF17E is #D20E81. Grayscale: #A9A9A9. Windows color (decimal): -13766274 or 8319277. OLE color: 8319277.
HSL color Cylindrical-coordinate representation of color #2DF17E: hue angle of 144.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF17E is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 126 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.05 |
| HSL | 144.8º | 0.88% | 0.56% | - |
| HSV(B) | 144.8º | 0.81% | 0.95% | - |
| XYZ | 36.3 | 64.97 | 30.37 | - |
| YUV | 169.29 | 103.57 | 39.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 126 | 0.81 | 0 | 0.48 | 0.05 | 144.8 | 0.88 | 0.56 |
| Hex | 2D | F1 | 7E | 51 | 0 | 30 | 5 | 91 | 58 | 38 |
| Octal | 55 | 361 | 176 | 121 | 0 | 60 | 5 | 221 | 130 | 70 |
| Binary | 101101 | 11110001 | 1111110 | 1010001 | 0 | 110000 | 101 | 10010001 | 1011000 | 111000 |
Color Harmonies of #2DF17E
Complementary color
Monochromatic Colors of #2DF17E
Black with #2DF17E
Text Example
Text Example
White with #2DF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF17E; }
p { color: rgb(45,241,126); }
H1.HeaderClassName
{
color: #2DF17E;
}
.AnyTagClassName
{
color: #2DF17E;
}
</style>
background-color css
<style>
a { background-color: #2DF17E; }
a { background-color: rgb(45,241,126); }
div.DivClassName
{
background-color: #2DF17E;
}
.BgClassName
{
background-color: #2DF17E;
}
</style>
border-color css
<style>
span { border-color: #2DF17E; }
span { border-color: rgb(45,241,126); }
td.TdClassName
{
border-color: #2DF17E;
}
.TagClassName
{
border-color: #2DF17E;
}
</style>