Shades of Spring Green #2DF86C
Tints of Spring Green #2DF86C
RGB
CMYK
RGB Variations
Color information
#2DF86C (or 0x2DF86C) is known color: Spring Green. HEX triplet: 2D, F8 and 6C. RGB value is (45,248,108). Sum of RGB (Red+Green+Blue) = 45+248+108=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 248 (97.27% from 255 or 61.85% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF86C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF86C is #D20793. Grayscale: #ABABAB. Windows color (decimal): -13764500 or 7141421. OLE color: 7141421.
HSL color Cylindrical-coordinate representation of color #2DF86C: hue angle of 138.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF86C is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 108 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.03 |
| HSL | 138.62º | 0.94% | 0.57% | - |
| HSV(B) | 138.62º | 0.82% | 0.97% | - |
| XYZ | 37.36 | 68.78 | 25.49 | - |
| YUV | 171.34 | 92.25 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 108 | 0.82 | 0 | 0.56 | 0.03 | 138.62 | 0.94 | 0.57 |
| Hex | 2D | F8 | 6C | 52 | 0 | 38 | 3 | 8B | 5E | 39 |
| Octal | 55 | 370 | 154 | 122 | 0 | 70 | 3 | 213 | 136 | 71 |
| Binary | 101101 | 11111000 | 1101100 | 1010010 | 0 | 111000 | 11 | 10001011 | 1011110 | 111001 |
Color Harmonies of #2DF86C
Complementary color
Monochromatic Colors of #2DF86C
Black with #2DF86C
Text Example
Text Example
White with #2DF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF86C; }
p { color: rgb(45,248,108); }
H1.HeaderClassName
{
color: #2DF86C;
}
.AnyTagClassName
{
color: #2DF86C;
}
</style>
background-color css
<style>
a { background-color: #2DF86C; }
a { background-color: rgb(45,248,108); }
div.DivClassName
{
background-color: #2DF86C;
}
.BgClassName
{
background-color: #2DF86C;
}
</style>
border-color css
<style>
span { border-color: #2DF86C; }
span { border-color: rgb(45,248,108); }
td.TdClassName
{
border-color: #2DF86C;
}
.TagClassName
{
border-color: #2DF86C;
}
</style>