Shades of Spring Green #2DF678
Tints of Spring Green #2DF678
RGB
CMYK
RGB Variations
Color information
#2DF678 (or 0x2DF678) is known color: Spring Green. HEX triplet: 2D, F6 and 78. RGB value is (45,246,120). Sum of RGB (Red+Green+Blue) = 45+246+120=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 246 (96.48% from 255 or 59.85% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF678 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF678 is #D20987. Grayscale: #ABABAB. Windows color (decimal): -13765000 or 7927341. OLE color: 7927341.
HSL color Cylindrical-coordinate representation of color #2DF678: hue angle of 142.39º degrees, saturation: 0.92, 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 #2DF678 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 120 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.04 |
| HSL | 142.39º | 0.92% | 0.57% | - |
| HSV(B) | 142.39º | 0.82% | 0.96% | - |
| XYZ | 37.43 | 67.83 | 28.89 | - |
| YUV | 171.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 120 | 0.82 | 0 | 0.51 | 0.04 | 142.39 | 0.92 | 0.57 |
| Hex | 2D | F6 | 78 | 52 | 0 | 33 | 4 | 8E | 5C | 39 |
| Octal | 55 | 366 | 170 | 122 | 0 | 63 | 4 | 216 | 134 | 71 |
| Binary | 101101 | 11110110 | 1111000 | 1010010 | 0 | 110011 | 100 | 10001110 | 1011100 | 111001 |
Color Harmonies of #2DF678
Complementary color
Monochromatic Colors of #2DF678
Black with #2DF678
Text Example
Text Example
White with #2DF678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF678; }
p { color: rgb(45,246,120); }
H1.HeaderClassName
{
color: #2DF678;
}
.AnyTagClassName
{
color: #2DF678;
}
</style>
background-color css
<style>
a { background-color: #2DF678; }
a { background-color: rgb(45,246,120); }
div.DivClassName
{
background-color: #2DF678;
}
.BgClassName
{
background-color: #2DF678;
}
</style>
border-color css
<style>
span { border-color: #2DF678; }
span { border-color: rgb(45,246,120); }
td.TdClassName
{
border-color: #2DF678;
}
.TagClassName
{
border-color: #2DF678;
}
</style>