Shades of Spring Green #1DF188
Tints of Spring Green #1DF188
RGB
CMYK
RGB Variations
Color information
#1DF188 (or 0x1DF188) is known color: Spring Green. HEX triplet: 1D, F1 and 88. RGB value is (29,241,136). Sum of RGB (Red+Green+Blue) = 29+241+136=406 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.14% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF188 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF188 is #E20E77. Grayscale: #A5A5A5. Windows color (decimal): -14814840 or 8974621. OLE color: 8974621.
HSL color Cylindrical-coordinate representation of color #1DF188: hue angle of 150.28º degrees, saturation: 0.88, 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 #1DF188 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 136 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.05 |
| HSL | 150.28º | 0.88% | 0.53% | - |
| HSV(B) | 150.28º | 0.88% | 0.95% | - |
| XYZ | 36.41 | 64.95 | 33.91 | - |
| YUV | 165.64 | 111.26 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 136 | 0.88 | 0 | 0.44 | 0.05 | 150.28 | 0.88 | 0.53 |
| Hex | 1D | F1 | 88 | 58 | 0 | 2C | 5 | 96 | 58 | 35 |
| Octal | 35 | 361 | 210 | 130 | 0 | 54 | 5 | 226 | 130 | 65 |
| Binary | 11101 | 11110001 | 10001000 | 1011000 | 0 | 101100 | 101 | 10010110 | 1011000 | 110101 |
Color Harmonies of #1DF188
Complementary color
Monochromatic Colors of #1DF188
Black with #1DF188
Text Example
Text Example
White with #1DF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF188; }
p { color: rgb(29,241,136); }
H1.HeaderClassName
{
color: #1DF188;
}
.AnyTagClassName
{
color: #1DF188;
}
</style>
background-color css
<style>
a { background-color: #1DF188; }
a { background-color: rgb(29,241,136); }
div.DivClassName
{
background-color: #1DF188;
}
.BgClassName
{
background-color: #1DF188;
}
</style>
border-color css
<style>
span { border-color: #1DF188; }
span { border-color: rgb(29,241,136); }
td.TdClassName
{
border-color: #1DF188;
}
.TagClassName
{
border-color: #1DF188;
}
</style>