Shades of Spring Green #1DF16C
Tints of Spring Green #1DF16C
RGB
CMYK
RGB Variations
Color information
#1DF16C (or 0x1DF16C) is known color: Spring Green. HEX triplet: 1D, F1 and 6C. RGB value is (29,241,108). Sum of RGB (Red+Green+Blue) = 29+241+108=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF16C is #E20E93. Grayscale: #A2A2A2. Windows color (decimal): -14814868 or 7139613. OLE color: 7139613.
HSL color Cylindrical-coordinate representation of color #1DF16C: hue angle of 142.36º degrees, saturation: 0.88, 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 #1DF16C is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 108 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.36º | 0.88% | 0.53% | - |
| HSV(B) | 142.36º | 0.88% | 0.95% | - |
| XYZ | 34.67 | 64.25 | 24.76 | - |
| YUV | 162.45 | 97.26 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 108 | 0.88 | 0 | 0.55 | 0.05 | 142.36 | 0.88 | 0.53 |
| Hex | 1D | F1 | 6C | 58 | 0 | 37 | 5 | 8E | 58 | 35 |
| Octal | 35 | 361 | 154 | 130 | 0 | 67 | 5 | 216 | 130 | 65 |
| Binary | 11101 | 11110001 | 1101100 | 1011000 | 0 | 110111 | 101 | 10001110 | 1011000 | 110101 |
Color Harmonies of #1DF16C
Complementary color
Monochromatic Colors of #1DF16C
Black with #1DF16C
Text Example
Text Example
White with #1DF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF16C; }
p { color: rgb(29,241,108); }
H1.HeaderClassName
{
color: #1DF16C;
}
.AnyTagClassName
{
color: #1DF16C;
}
</style>
background-color css
<style>
a { background-color: #1DF16C; }
a { background-color: rgb(29,241,108); }
div.DivClassName
{
background-color: #1DF16C;
}
.BgClassName
{
background-color: #1DF16C;
}
</style>
border-color css
<style>
span { border-color: #1DF16C; }
span { border-color: rgb(29,241,108); }
td.TdClassName
{
border-color: #1DF16C;
}
.TagClassName
{
border-color: #1DF16C;
}
</style>