Shades of Spring Green #1DF07C
Tints of Spring Green #1DF07C
RGB
CMYK
RGB Variations
Color information
#1DF07C (or 0x1DF07C) is known color: Spring Green. HEX triplet: 1D, F0 and 7C. RGB value is (29,240,124). Sum of RGB (Red+Green+Blue) = 29+240+124=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF07C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF07C is #E20F83. Grayscale: #A3A3A3. Windows color (decimal): -14815108 or 8187933. OLE color: 8187933.
HSL color Cylindrical-coordinate representation of color #1DF07C: hue angle of 147.01º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF07C is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 124 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.06 |
| HSL | 147.01º | 0.88% | 0.53% | - |
| HSV(B) | 147.01º | 0.88% | 0.94% | - |
| XYZ | 35.3 | 64.04 | 29.57 | - |
| YUV | 163.69 | 105.6 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 124 | 0.88 | 0 | 0.48 | 0.06 | 147.01 | 0.88 | 0.53 |
| Hex | 1D | F0 | 7C | 58 | 0 | 30 | 6 | 93 | 58 | 35 |
| Octal | 35 | 360 | 174 | 130 | 0 | 60 | 6 | 223 | 130 | 65 |
| Binary | 11101 | 11110000 | 1111100 | 1011000 | 0 | 110000 | 110 | 10010011 | 1011000 | 110101 |
Color Harmonies of #1DF07C
Complementary color
Monochromatic Colors of #1DF07C
Black with #1DF07C
Text Example
Text Example
White with #1DF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF07C; }
p { color: rgb(29,240,124); }
H1.HeaderClassName
{
color: #1DF07C;
}
.AnyTagClassName
{
color: #1DF07C;
}
</style>
background-color css
<style>
a { background-color: #1DF07C; }
a { background-color: rgb(29,240,124); }
div.DivClassName
{
background-color: #1DF07C;
}
.BgClassName
{
background-color: #1DF07C;
}
</style>
border-color css
<style>
span { border-color: #1DF07C; }
span { border-color: rgb(29,240,124); }
td.TdClassName
{
border-color: #1DF07C;
}
.TagClassName
{
border-color: #1DF07C;
}
</style>