Shades of Spring Green #1DFF7E
Tints of Spring Green #1DFF7E
RGB
CMYK
RGB Variations
Color information
#1DFF7E (or 0x1DFF7E) is known color: Spring Green. HEX triplet: 1D, FF and 7E. RGB value is (29,255,126). Sum of RGB (Red+Green+Blue) = 29+255+126=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFF7E is #E20081. Grayscale: #ADADAD. Windows color (decimal): -14811266 or 8322845. OLE color: 8322845.
HSL color Cylindrical-coordinate representation of color #1DFF7E: hue angle of 145.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF7E is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 126 | - |
| CMYK | 0.89 | 0 | 0.51 | 0 |
| HSL | 145.75º | 1% | 0.56% | - |
| HSV(B) | 145.75º | 0.89% | 1% | - |
| XYZ | 40.03 | 73.29 | 31.77 | - |
| YUV | 172.72 | 101.63 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 126 | 0.89 | 0 | 0.51 | 0 | 145.75 | 1 | 0.56 |
| Hex | 1D | FF | 7E | 59 | 0 | 33 | 0 | 92 | 64 | 38 |
| Octal | 35 | 377 | 176 | 131 | 0 | 63 | 0 | 222 | 144 | 70 |
| Binary | 11101 | 11111111 | 1111110 | 1011001 | 0 | 110011 | 0 | 10010010 | 1100100 | 111000 |
Color Harmonies of #1DFF7E
Complementary color
Monochromatic Colors of #1DFF7E
Black with #1DFF7E
Text Example
Text Example
White with #1DFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF7E; }
p { color: rgb(29,255,126); }
H1.HeaderClassName
{
color: #1DFF7E;
}
.AnyTagClassName
{
color: #1DFF7E;
}
</style>
background-color css
<style>
a { background-color: #1DFF7E; }
a { background-color: rgb(29,255,126); }
div.DivClassName
{
background-color: #1DFF7E;
}
.BgClassName
{
background-color: #1DFF7E;
}
</style>
border-color css
<style>
span { border-color: #1DFF7E; }
span { border-color: rgb(29,255,126); }
td.TdClassName
{
border-color: #1DFF7E;
}
.TagClassName
{
border-color: #1DFF7E;
}
</style>