Shades of Spring Green #1DF27C
Tints of Spring Green #1DF27C
RGB
CMYK
RGB Variations
Color information
#1DF27C (or 0x1DF27C) is known color: Spring Green. HEX triplet: 1D, F2 and 7C. RGB value is (29,242,124). Sum of RGB (Red+Green+Blue) = 29+242+124=395 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.34% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF27C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF27C is #E20D83. Grayscale: #A5A5A5. Windows color (decimal): -14814596 or 8188445. OLE color: 8188445.
HSL color Cylindrical-coordinate representation of color #1DF27C: hue angle of 146.76º 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 #1DF27C is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 124 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.05 |
| HSL | 146.76º | 0.89% | 0.53% | - |
| HSV(B) | 146.76º | 0.88% | 0.95% | - |
| XYZ | 35.9 | 65.22 | 29.77 | - |
| YUV | 164.86 | 104.93 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 124 | 0.88 | 0 | 0.49 | 0.05 | 146.76 | 0.89 | 0.53 |
| Hex | 1D | F2 | 7C | 58 | 0 | 31 | 5 | 93 | 59 | 35 |
| Octal | 35 | 362 | 174 | 130 | 0 | 61 | 5 | 223 | 131 | 65 |
| Binary | 11101 | 11110010 | 1111100 | 1011000 | 0 | 110001 | 101 | 10010011 | 1011001 | 110101 |
Color Harmonies of #1DF27C
Complementary color
Monochromatic Colors of #1DF27C
Black with #1DF27C
Text Example
Text Example
White with #1DF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF27C; }
p { color: rgb(29,242,124); }
H1.HeaderClassName
{
color: #1DF27C;
}
.AnyTagClassName
{
color: #1DF27C;
}
</style>
background-color css
<style>
a { background-color: #1DF27C; }
a { background-color: rgb(29,242,124); }
div.DivClassName
{
background-color: #1DF27C;
}
.BgClassName
{
background-color: #1DF27C;
}
</style>
border-color css
<style>
span { border-color: #1DF27C; }
span { border-color: rgb(29,242,124); }
td.TdClassName
{
border-color: #1DF27C;
}
.TagClassName
{
border-color: #1DF27C;
}
</style>