Shades of Spring Green #1DF06D
Tints of Spring Green #1DF06D
RGB
CMYK
RGB Variations
Color information
#1DF06D (or 0x1DF06D) is known color: Spring Green. HEX triplet: 1D, F0 and 6D. RGB value is (29,240,109). Sum of RGB (Red+Green+Blue) = 29+240+109=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF06D is #E20F92. Grayscale: #A2A2A2. Windows color (decimal): -14815123 or 7204893. OLE color: 7204893.
HSL color Cylindrical-coordinate representation of color #1DF06D: hue angle of 142.75º 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 #1DF06D is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 109 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.06 |
| HSL | 142.75º | 0.88% | 0.53% | - |
| HSV(B) | 142.75º | 0.88% | 0.94% | - |
| XYZ | 34.43 | 63.69 | 24.95 | - |
| YUV | 161.98 | 98.1 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 109 | 0.88 | 0 | 0.55 | 0.06 | 142.75 | 0.88 | 0.53 |
| Hex | 1D | F0 | 6D | 58 | 0 | 37 | 6 | 8F | 58 | 35 |
| Octal | 35 | 360 | 155 | 130 | 0 | 67 | 6 | 217 | 130 | 65 |
| Binary | 11101 | 11110000 | 1101101 | 1011000 | 0 | 110111 | 110 | 10001111 | 1011000 | 110101 |
Color Harmonies of #1DF06D
Complementary color
Monochromatic Colors of #1DF06D
Black with #1DF06D
Text Example
Text Example
White with #1DF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF06D; }
p { color: rgb(29,240,109); }
H1.HeaderClassName
{
color: #1DF06D;
}
.AnyTagClassName
{
color: #1DF06D;
}
</style>
background-color css
<style>
a { background-color: #1DF06D; }
a { background-color: rgb(29,240,109); }
div.DivClassName
{
background-color: #1DF06D;
}
.BgClassName
{
background-color: #1DF06D;
}
</style>
border-color css
<style>
span { border-color: #1DF06D; }
span { border-color: rgb(29,240,109); }
td.TdClassName
{
border-color: #1DF06D;
}
.TagClassName
{
border-color: #1DF06D;
}
</style>