Shades of Spring Green #2DF96E
Tints of Spring Green #2DF96E
RGB
CMYK
RGB Variations
Color information
#2DF96E (or 0x2DF96E) is known color: Spring Green. HEX triplet: 2D, F9 and 6E. RGB value is (45,249,110). Sum of RGB (Red+Green+Blue) = 45+249+110=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 249 (97.66% from 255 or 61.63% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF96E is #D20691. Grayscale: #ACACAC. Windows color (decimal): -13764242 or 7272749. OLE color: 7272749.
HSL color Cylindrical-coordinate representation of color #2DF96E: hue angle of 139.12º 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 #2DF96E is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 110 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.02 |
| HSL | 139.12º | 0.94% | 0.58% | - |
| HSV(B) | 139.12º | 0.82% | 0.98% | - |
| XYZ | 37.77 | 69.44 | 26.16 | - |
| YUV | 172.16 | 92.91 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 110 | 0.82 | 0 | 0.56 | 0.02 | 139.12 | 0.94 | 0.58 |
| Hex | 2D | F9 | 6E | 52 | 0 | 38 | 2 | 8B | 5E | 3A |
| Octal | 55 | 371 | 156 | 122 | 0 | 70 | 2 | 213 | 136 | 72 |
| Binary | 101101 | 11111001 | 1101110 | 1010010 | 0 | 111000 | 10 | 10001011 | 1011110 | 111010 |
Color Harmonies of #2DF96E
Complementary color
Monochromatic Colors of #2DF96E
Black with #2DF96E
Text Example
Text Example
White with #2DF96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF96E; }
p { color: rgb(45,249,110); }
H1.HeaderClassName
{
color: #2DF96E;
}
.AnyTagClassName
{
color: #2DF96E;
}
</style>
background-color css
<style>
a { background-color: #2DF96E; }
a { background-color: rgb(45,249,110); }
div.DivClassName
{
background-color: #2DF96E;
}
.BgClassName
{
background-color: #2DF96E;
}
</style>
border-color css
<style>
span { border-color: #2DF96E; }
span { border-color: rgb(45,249,110); }
td.TdClassName
{
border-color: #2DF96E;
}
.TagClassName
{
border-color: #2DF96E;
}
</style>