Shades of Spring Green #2DF988
Tints of Spring Green #2DF988
RGB
CMYK
RGB Variations
Color information
#2DF988 (or 0x2DF988) is known color: Spring Green. HEX triplet: 2D, F9 and 88. RGB value is (45,249,136). Sum of RGB (Red+Green+Blue) = 45+249+136=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF988 is #D20677. Grayscale: #AFAFAF. Windows color (decimal): -13764216 or 8976685. OLE color: 8976685.
HSL color Cylindrical-coordinate representation of color #2DF988: hue angle of 146.76º 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 #2DF988 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 136 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 146.76º | 0.94% | 0.58% | - |
| HSV(B) | 146.76º | 0.82% | 0.98% | - |
| XYZ | 39.4 | 70.09 | 34.74 | - |
| YUV | 175.12 | 105.91 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 136 | 0.82 | 0 | 0.45 | 0.02 | 146.76 | 0.94 | 0.58 |
| Hex | 2D | F9 | 88 | 52 | 0 | 2D | 2 | 93 | 5E | 3A |
| Octal | 55 | 371 | 210 | 122 | 0 | 55 | 2 | 223 | 136 | 72 |
| Binary | 101101 | 11111001 | 10001000 | 1010010 | 0 | 101101 | 10 | 10010011 | 1011110 | 111010 |
Color Harmonies of #2DF988
Complementary color
Monochromatic Colors of #2DF988
Black with #2DF988
Text Example
Text Example
White with #2DF988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF988; }
p { color: rgb(45,249,136); }
H1.HeaderClassName
{
color: #2DF988;
}
.AnyTagClassName
{
color: #2DF988;
}
</style>
background-color css
<style>
a { background-color: #2DF988; }
a { background-color: rgb(45,249,136); }
div.DivClassName
{
background-color: #2DF988;
}
.BgClassName
{
background-color: #2DF988;
}
</style>
border-color css
<style>
span { border-color: #2DF988; }
span { border-color: rgb(45,249,136); }
td.TdClassName
{
border-color: #2DF988;
}
.TagClassName
{
border-color: #2DF988;
}
</style>