Shades of Spring Green #1DF27E
Tints of Spring Green #1DF27E
RGB
CMYK
RGB Variations
Color information
#1DF27E (or 0x1DF27E) is known color: Spring Green. HEX triplet: 1D, F2 and 7E. RGB value is (29,242,126). Sum of RGB (Red+Green+Blue) = 29+242+126=397 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.30% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF27E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF27E is #E20D81. Grayscale: #A5A5A5. Windows color (decimal): -14814594 or 8319517. OLE color: 8319517.
HSL color Cylindrical-coordinate representation of color #1DF27E: hue angle of 147.32º 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 #1DF27E is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 126 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.05 |
| HSL | 147.32º | 0.89% | 0.53% | - |
| HSV(B) | 147.32º | 0.88% | 0.95% | - |
| XYZ | 36.02 | 65.27 | 30.44 | - |
| YUV | 165.09 | 105.93 | 30.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 126 | 0.88 | 0 | 0.48 | 0.05 | 147.32 | 0.89 | 0.53 |
| Hex | 1D | F2 | 7E | 58 | 0 | 30 | 5 | 93 | 59 | 35 |
| Octal | 35 | 362 | 176 | 130 | 0 | 60 | 5 | 223 | 131 | 65 |
| Binary | 11101 | 11110010 | 1111110 | 1011000 | 0 | 110000 | 101 | 10010011 | 1011001 | 110101 |
Color Harmonies of #1DF27E
Complementary color
Monochromatic Colors of #1DF27E
Black with #1DF27E
Text Example
Text Example
White with #1DF27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF27E; }
p { color: rgb(29,242,126); }
H1.HeaderClassName
{
color: #1DF27E;
}
.AnyTagClassName
{
color: #1DF27E;
}
</style>
background-color css
<style>
a { background-color: #1DF27E; }
a { background-color: rgb(29,242,126); }
div.DivClassName
{
background-color: #1DF27E;
}
.BgClassName
{
background-color: #1DF27E;
}
</style>
border-color css
<style>
span { border-color: #1DF27E; }
span { border-color: rgb(29,242,126); }
td.TdClassName
{
border-color: #1DF27E;
}
.TagClassName
{
border-color: #1DF27E;
}
</style>