Shades of Spring Green #1DF48C
Tints of Spring Green #1DF48C
RGB
CMYK
RGB Variations
Color information
#1DF48C (or 0x1DF48C) is known color: Spring Green. HEX triplet: 1D, F4 and 8C. RGB value is (29,244,140). Sum of RGB (Red+Green+Blue) = 29+244+140=413 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.02% from 413); Green value is 244 (95.70% from 255 or 59.08% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 244 - color contains mainly: green. Hex color #1DF48C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF48C is #E20B73. Grayscale: #A8A8A8. Windows color (decimal): -14814068 or 9237533. OLE color: 9237533.
HSL color Cylindrical-coordinate representation of color #1DF48C: hue angle of 150.98º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF48C is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 244 | 140 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.04 |
| HSL | 150.98º | 0.91% | 0.54% | - |
| HSV(B) | 150.98º | 0.88% | 0.96% | - |
| XYZ | 37.59 | 66.86 | 35.73 | - |
| YUV | 167.86 | 112.27 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 244 | 140 | 0.88 | 0 | 0.43 | 0.04 | 150.98 | 0.91 | 0.54 |
| Hex | 1D | F4 | 8C | 58 | 0 | 2B | 4 | 97 | 5B | 36 |
| Octal | 35 | 364 | 214 | 130 | 0 | 53 | 4 | 227 | 133 | 66 |
| Binary | 11101 | 11110100 | 10001100 | 1011000 | 0 | 101011 | 100 | 10010111 | 1011011 | 110110 |
Color Harmonies of #1DF48C
Complementary color
Monochromatic Colors of #1DF48C
Black with #1DF48C
Text Example
Text Example
White with #1DF48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF48C; }
p { color: rgb(29,244,140); }
H1.HeaderClassName
{
color: #1DF48C;
}
.AnyTagClassName
{
color: #1DF48C;
}
</style>
background-color css
<style>
a { background-color: #1DF48C; }
a { background-color: rgb(29,244,140); }
div.DivClassName
{
background-color: #1DF48C;
}
.BgClassName
{
background-color: #1DF48C;
}
</style>
border-color css
<style>
span { border-color: #1DF48C; }
span { border-color: rgb(29,244,140); }
td.TdClassName
{
border-color: #1DF48C;
}
.TagClassName
{
border-color: #1DF48C;
}
</style>