Shades of Spring Green #2DF475
Tints of Spring Green #2DF475
RGB
CMYK
RGB Variations
Color information
#2DF475 (or 0x2DF475) is known color: Spring Green. HEX triplet: 2D, F4 and 75. RGB value is (45,244,117). Sum of RGB (Red+Green+Blue) = 45+244+117=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF475 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF475 is #D20B8A. Grayscale: #AAAAAA. Windows color (decimal): -13765515 or 7730221. OLE color: 7730221.
HSL color Cylindrical-coordinate representation of color #2DF475: hue angle of 141.71º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF475 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 117 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.04 |
| HSL | 141.71º | 0.9% | 0.57% | - |
| HSV(B) | 141.71º | 0.82% | 0.96% | - |
| XYZ | 36.64 | 66.54 | 27.74 | - |
| YUV | 170.02 | 98.07 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 117 | 0.82 | 0 | 0.52 | 0.04 | 141.71 | 0.9 | 0.57 |
| Hex | 2D | F4 | 75 | 52 | 0 | 34 | 4 | 8E | 5A | 39 |
| Octal | 55 | 364 | 165 | 122 | 0 | 64 | 4 | 216 | 132 | 71 |
| Binary | 101101 | 11110100 | 1110101 | 1010010 | 0 | 110100 | 100 | 10001110 | 1011010 | 111001 |
Color Harmonies of #2DF475
Complementary color
Monochromatic Colors of #2DF475
Black with #2DF475
Text Example
Text Example
White with #2DF475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF475; }
p { color: rgb(45,244,117); }
H1.HeaderClassName
{
color: #2DF475;
}
.AnyTagClassName
{
color: #2DF475;
}
</style>
background-color css
<style>
a { background-color: #2DF475; }
a { background-color: rgb(45,244,117); }
div.DivClassName
{
background-color: #2DF475;
}
.BgClassName
{
background-color: #2DF475;
}
</style>
border-color css
<style>
span { border-color: #2DF475; }
span { border-color: rgb(45,244,117); }
td.TdClassName
{
border-color: #2DF475;
}
.TagClassName
{
border-color: #2DF475;
}
</style>