Shades of Spring Green #2DF96D
Tints of Spring Green #2DF96D
RGB
CMYK
RGB Variations
Color information
#2DF96D (or 0x2DF96D) is known color: Spring Green. HEX triplet: 2D, F9 and 6D. RGB value is (45,249,109). Sum of RGB (Red+Green+Blue) = 45+249+109=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 249 (97.66% from 255 or 61.79% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF96D is #D20692. Grayscale: #ACACAC. Windows color (decimal): -13764243 or 7207213. OLE color: 7207213.
HSL color Cylindrical-coordinate representation of color #2DF96D: hue angle of 138.82º degrees, saturation: 0.94, 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 #2DF96D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 109 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.02 |
| HSL | 138.82º | 0.94% | 0.58% | - |
| HSV(B) | 138.82º | 0.82% | 0.98% | - |
| XYZ | 37.72 | 69.41 | 25.88 | - |
| YUV | 172.04 | 92.41 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 109 | 0.82 | 0 | 0.56 | 0.02 | 138.82 | 0.94 | 0.58 |
| Hex | 2D | F9 | 6D | 52 | 0 | 38 | 2 | 8B | 5E | 3A |
| Octal | 55 | 371 | 155 | 122 | 0 | 70 | 2 | 213 | 136 | 72 |
| Binary | 101101 | 11111001 | 1101101 | 1010010 | 0 | 111000 | 10 | 10001011 | 1011110 | 111010 |
Color Harmonies of #2DF96D
Complementary color
Monochromatic Colors of #2DF96D
Black with #2DF96D
Text Example
Text Example
White with #2DF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF96D; }
p { color: rgb(45,249,109); }
H1.HeaderClassName
{
color: #2DF96D;
}
.AnyTagClassName
{
color: #2DF96D;
}
</style>
background-color css
<style>
a { background-color: #2DF96D; }
a { background-color: rgb(45,249,109); }
div.DivClassName
{
background-color: #2DF96D;
}
.BgClassName
{
background-color: #2DF96D;
}
</style>
border-color css
<style>
span { border-color: #2DF96D; }
span { border-color: rgb(45,249,109); }
td.TdClassName
{
border-color: #2DF96D;
}
.TagClassName
{
border-color: #2DF96D;
}
</style>