Shades of Spring Green #1DF37C
Tints of Spring Green #1DF37C
RGB
CMYK
RGB Variations
Color information
#1DF37C (or 0x1DF37C) is known color: Spring Green. HEX triplet: 1D, F3 and 7C. RGB value is (29,243,124). Sum of RGB (Red+Green+Blue) = 29+243+124=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 243 (95.31% from 255 or 61.36% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF37C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF37C is #E20C83. Grayscale: #A5A5A5. Windows color (decimal): -14814340 or 8188701. OLE color: 8188701.
HSL color Cylindrical-coordinate representation of color #1DF37C: hue angle of 146.64º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF37C is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 124 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.05 |
| HSL | 146.64º | 0.9% | 0.53% | - |
| HSV(B) | 146.64º | 0.88% | 0.95% | - |
| XYZ | 36.2 | 65.82 | 29.87 | - |
| YUV | 165.45 | 104.6 | 30.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 124 | 0.88 | 0 | 0.49 | 0.05 | 146.64 | 0.9 | 0.53 |
| Hex | 1D | F3 | 7C | 58 | 0 | 31 | 5 | 93 | 5A | 35 |
| Octal | 35 | 363 | 174 | 130 | 0 | 61 | 5 | 223 | 132 | 65 |
| Binary | 11101 | 11110011 | 1111100 | 1011000 | 0 | 110001 | 101 | 10010011 | 1011010 | 110101 |
Color Harmonies of #1DF37C
Complementary color
Monochromatic Colors of #1DF37C
Black with #1DF37C
Text Example
Text Example
White with #1DF37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF37C; }
p { color: rgb(29,243,124); }
H1.HeaderClassName
{
color: #1DF37C;
}
.AnyTagClassName
{
color: #1DF37C;
}
</style>
background-color css
<style>
a { background-color: #1DF37C; }
a { background-color: rgb(29,243,124); }
div.DivClassName
{
background-color: #1DF37C;
}
.BgClassName
{
background-color: #1DF37C;
}
</style>
border-color css
<style>
span { border-color: #1DF37C; }
span { border-color: rgb(29,243,124); }
td.TdClassName
{
border-color: #1DF37C;
}
.TagClassName
{
border-color: #1DF37C;
}
</style>