Shades of Spring Green #2DFD74
Tints of Spring Green #2DFD74
RGB
CMYK
RGB Variations
Color information
#2DFD74 (or 0x2DFD74) is known color: Spring Green. HEX triplet: 2D, FD and 74. RGB value is (45,253,116). Sum of RGB (Red+Green+Blue) = 45+253+116=414 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.87% from 414); Green value is 253 (99.22% from 255 or 61.11% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFD74 is #D2028B. Grayscale: #AFAFAF. Windows color (decimal): -13763212 or 7666989. OLE color: 7666989.
HSL color Cylindrical-coordinate representation of color #2DFD74: hue angle of 140.48º 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 #2DFD74 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 116 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.01 |
| HSL | 140.48º | 0.98% | 0.58% | - |
| HSV(B) | 140.48º | 0.82% | 0.99% | - |
| XYZ | 39.36 | 72.07 | 28.36 | - |
| YUV | 175.19 | 94.59 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 116 | 0.82 | 0 | 0.54 | 0.01 | 140.48 | 0.98 | 0.58 |
| Hex | 2D | FD | 74 | 52 | 0 | 36 | 1 | 8C | 62 | 3A |
| Octal | 55 | 375 | 164 | 122 | 0 | 66 | 1 | 214 | 142 | 72 |
| Binary | 101101 | 11111101 | 1110100 | 1010010 | 0 | 110110 | 1 | 10001100 | 1100010 | 111010 |
Color Harmonies of #2DFD74
Complementary color
Monochromatic Colors of #2DFD74
Black with #2DFD74
Text Example
Text Example
White with #2DFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD74; }
p { color: rgb(45,253,116); }
H1.HeaderClassName
{
color: #2DFD74;
}
.AnyTagClassName
{
color: #2DFD74;
}
</style>
background-color css
<style>
a { background-color: #2DFD74; }
a { background-color: rgb(45,253,116); }
div.DivClassName
{
background-color: #2DFD74;
}
.BgClassName
{
background-color: #2DFD74;
}
</style>
border-color css
<style>
span { border-color: #2DFD74; }
span { border-color: rgb(45,253,116); }
td.TdClassName
{
border-color: #2DFD74;
}
.TagClassName
{
border-color: #2DFD74;
}
</style>