Shades of Spring Green #2DF976
Tints of Spring Green #2DF976
RGB
CMYK
RGB Variations
Color information
#2DF976 (or 0x2DF976) is known color: Spring Green. HEX triplet: 2D, F9 and 76. RGB value is (45,249,118). Sum of RGB (Red+Green+Blue) = 45+249+118=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF976 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF976 is #D20689. Grayscale: #ADADAD. Windows color (decimal): -13764234 or 7797037. OLE color: 7797037.
HSL color Cylindrical-coordinate representation of color #2DF976: hue angle of 141.47º 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 #2DF976 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 118 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.02 |
| HSL | 141.47º | 0.94% | 0.58% | - |
| HSV(B) | 141.47º | 0.82% | 0.98% | - |
| XYZ | 38.23 | 69.62 | 28.56 | - |
| YUV | 173.07 | 96.91 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 118 | 0.82 | 0 | 0.53 | 0.02 | 141.47 | 0.94 | 0.58 |
| Hex | 2D | F9 | 76 | 52 | 0 | 35 | 2 | 8D | 5E | 3A |
| Octal | 55 | 371 | 166 | 122 | 0 | 65 | 2 | 215 | 136 | 72 |
| Binary | 101101 | 11111001 | 1110110 | 1010010 | 0 | 110101 | 10 | 10001101 | 1011110 | 111010 |
Color Harmonies of #2DF976
Complementary color
Monochromatic Colors of #2DF976
Black with #2DF976
Text Example
Text Example
White with #2DF976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF976; }
p { color: rgb(45,249,118); }
H1.HeaderClassName
{
color: #2DF976;
}
.AnyTagClassName
{
color: #2DF976;
}
</style>
background-color css
<style>
a { background-color: #2DF976; }
a { background-color: rgb(45,249,118); }
div.DivClassName
{
background-color: #2DF976;
}
.BgClassName
{
background-color: #2DF976;
}
</style>
border-color css
<style>
span { border-color: #2DF976; }
span { border-color: rgb(45,249,118); }
td.TdClassName
{
border-color: #2DF976;
}
.TagClassName
{
border-color: #2DF976;
}
</style>