Shades of Spring Green #1DF26C
Tints of Spring Green #1DF26C
RGB
CMYK
RGB Variations
Color information
#1DF26C (or 0x1DF26C) is known color: Spring Green. HEX triplet: 1D, F2 and 6C. RGB value is (29,242,108). Sum of RGB (Red+Green+Blue) = 29+242+108=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF26C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF26C is #E20D93. Grayscale: #A3A3A3. Windows color (decimal): -14814612 or 7139869. OLE color: 7139869.
HSL color Cylindrical-coordinate representation of color #1DF26C: hue angle of 142.25º degrees, saturation: 0.89, 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 #1DF26C is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 108 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.25º | 0.89% | 0.53% | - |
| HSV(B) | 142.25º | 0.88% | 0.95% | - |
| XYZ | 34.97 | 64.85 | 24.86 | - |
| YUV | 163.04 | 96.93 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 108 | 0.88 | 0 | 0.55 | 0.05 | 142.25 | 0.89 | 0.53 |
| Hex | 1D | F2 | 6C | 58 | 0 | 37 | 5 | 8E | 59 | 35 |
| Octal | 35 | 362 | 154 | 130 | 0 | 67 | 5 | 216 | 131 | 65 |
| Binary | 11101 | 11110010 | 1101100 | 1011000 | 0 | 110111 | 101 | 10001110 | 1011001 | 110101 |
Color Harmonies of #1DF26C
Complementary color
Monochromatic Colors of #1DF26C
Black with #1DF26C
Text Example
Text Example
White with #1DF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF26C; }
p { color: rgb(29,242,108); }
H1.HeaderClassName
{
color: #1DF26C;
}
.AnyTagClassName
{
color: #1DF26C;
}
</style>
background-color css
<style>
a { background-color: #1DF26C; }
a { background-color: rgb(29,242,108); }
div.DivClassName
{
background-color: #1DF26C;
}
.BgClassName
{
background-color: #1DF26C;
}
</style>
border-color css
<style>
span { border-color: #1DF26C; }
span { border-color: rgb(29,242,108); }
td.TdClassName
{
border-color: #1DF26C;
}
.TagClassName
{
border-color: #1DF26C;
}
</style>