Shades of Spring Green #1DF26E
Tints of Spring Green #1DF26E
RGB
CMYK
RGB Variations
Color information
#1DF26E (or 0x1DF26E) is known color: Spring Green. HEX triplet: 1D, F2 and 6E. RGB value is (29,242,110). Sum of RGB (Red+Green+Blue) = 29+242+110=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 242 (94.92% from 255 or 63.52% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF26E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF26E is #E20D91. Grayscale: #A3A3A3. Windows color (decimal): -14814610 or 7270941. OLE color: 7270941.
HSL color Cylindrical-coordinate representation of color #1DF26E: hue angle of 142.82º 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 #1DF26E is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 110 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.05 |
| HSL | 142.82º | 0.89% | 0.53% | - |
| HSV(B) | 142.82º | 0.88% | 0.95% | - |
| XYZ | 35.07 | 64.89 | 25.43 | - |
| YUV | 163.27 | 97.93 | 32.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 110 | 0.88 | 0 | 0.55 | 0.05 | 142.82 | 0.89 | 0.53 |
| Hex | 1D | F2 | 6E | 58 | 0 | 37 | 5 | 8F | 59 | 35 |
| Octal | 35 | 362 | 156 | 130 | 0 | 67 | 5 | 217 | 131 | 65 |
| Binary | 11101 | 11110010 | 1101110 | 1011000 | 0 | 110111 | 101 | 10001111 | 1011001 | 110101 |
Color Harmonies of #1DF26E
Complementary color
Monochromatic Colors of #1DF26E
Black with #1DF26E
Text Example
Text Example
White with #1DF26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF26E; }
p { color: rgb(29,242,110); }
H1.HeaderClassName
{
color: #1DF26E;
}
.AnyTagClassName
{
color: #1DF26E;
}
</style>
background-color css
<style>
a { background-color: #1DF26E; }
a { background-color: rgb(29,242,110); }
div.DivClassName
{
background-color: #1DF26E;
}
.BgClassName
{
background-color: #1DF26E;
}
</style>
border-color css
<style>
span { border-color: #1DF26E; }
span { border-color: rgb(29,242,110); }
td.TdClassName
{
border-color: #1DF26E;
}
.TagClassName
{
border-color: #1DF26E;
}
</style>