Shades of Spring Green #2DF788
Tints of Spring Green #2DF788
RGB
CMYK
RGB Variations
Color information
#2DF788 (or 0x2DF788) is known color: Spring Green. HEX triplet: 2D, F7 and 88. RGB value is (45,247,136). Sum of RGB (Red+Green+Blue) = 45+247+136=428 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.51% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF788 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF788 is #D20877. Grayscale: #AEAEAE. Windows color (decimal): -13764728 or 8976173. OLE color: 8976173.
HSL color Cylindrical-coordinate representation of color #2DF788: hue angle of 147.03º degrees, saturation: 0.93, 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 #2DF788 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 136 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.03 |
| HSL | 147.03º | 0.93% | 0.57% | - |
| HSV(B) | 147.03º | 0.82% | 0.97% | - |
| XYZ | 38.79 | 68.86 | 34.54 | - |
| YUV | 173.95 | 106.58 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 136 | 0.82 | 0 | 0.45 | 0.03 | 147.03 | 0.93 | 0.57 |
| Hex | 2D | F7 | 88 | 52 | 0 | 2D | 3 | 93 | 5D | 39 |
| Octal | 55 | 367 | 210 | 122 | 0 | 55 | 3 | 223 | 135 | 71 |
| Binary | 101101 | 11110111 | 10001000 | 1010010 | 0 | 101101 | 11 | 10010011 | 1011101 | 111001 |
Color Harmonies of #2DF788
Complementary color
Monochromatic Colors of #2DF788
Black with #2DF788
Text Example
Text Example
White with #2DF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF788; }
p { color: rgb(45,247,136); }
H1.HeaderClassName
{
color: #2DF788;
}
.AnyTagClassName
{
color: #2DF788;
}
</style>
background-color css
<style>
a { background-color: #2DF788; }
a { background-color: rgb(45,247,136); }
div.DivClassName
{
background-color: #2DF788;
}
.BgClassName
{
background-color: #2DF788;
}
</style>
border-color css
<style>
span { border-color: #2DF788; }
span { border-color: rgb(45,247,136); }
td.TdClassName
{
border-color: #2DF788;
}
.TagClassName
{
border-color: #2DF788;
}
</style>