Shades of Spring Green #1DEE74
Tints of Spring Green #1DEE74
RGB
CMYK
RGB Variations
Color information
#1DEE74 (or 0x1DEE74) is known color: Spring Green. HEX triplet: 1D, EE and 74. RGB value is (29,238,116). Sum of RGB (Red+Green+Blue) = 29+238+116=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 238 (93.36% from 255 or 62.14% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEE74 is #E2118B. Grayscale: #A1A1A1. Windows color (decimal): -14815628 or 7663133. OLE color: 7663133.
HSL color Cylindrical-coordinate representation of color #1DEE74: hue angle of 144.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEE74 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 116 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.07 |
| HSL | 144.98º | 0.86% | 0.52% | - |
| HSV(B) | 144.98º | 0.88% | 0.93% | - |
| XYZ | 34.23 | 62.67 | 26.82 | - |
| YUV | 161.6 | 102.26 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 116 | 0.88 | 0 | 0.51 | 0.07 | 144.98 | 0.86 | 0.52 |
| Hex | 1D | EE | 74 | 58 | 0 | 33 | 7 | 91 | 56 | 34 |
| Octal | 35 | 356 | 164 | 130 | 0 | 63 | 7 | 221 | 126 | 64 |
| Binary | 11101 | 11101110 | 1110100 | 1011000 | 0 | 110011 | 111 | 10010001 | 1010110 | 110100 |
Color Harmonies of #1DEE74
Complementary color
Monochromatic Colors of #1DEE74
Black with #1DEE74
Text Example
Text Example
White with #1DEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE74; }
p { color: rgb(29,238,116); }
H1.HeaderClassName
{
color: #1DEE74;
}
.AnyTagClassName
{
color: #1DEE74;
}
</style>
background-color css
<style>
a { background-color: #1DEE74; }
a { background-color: rgb(29,238,116); }
div.DivClassName
{
background-color: #1DEE74;
}
.BgClassName
{
background-color: #1DEE74;
}
</style>
border-color css
<style>
span { border-color: #1DEE74; }
span { border-color: rgb(29,238,116); }
td.TdClassName
{
border-color: #1DEE74;
}
.TagClassName
{
border-color: #1DEE74;
}
</style>