Shades of Spring Green #1DF180
Tints of Spring Green #1DF180
RGB
CMYK
RGB Variations
Color information
#1DF180 (or 0x1DF180) is known color: Spring Green. HEX triplet: 1D, F1 and 80. RGB value is (29,241,128). Sum of RGB (Red+Green+Blue) = 29+241+128=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF180 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF180 is #E20E7F. Grayscale: #A4A4A4. Windows color (decimal): -14814848 or 8450333. OLE color: 8450333.
HSL color Cylindrical-coordinate representation of color #1DF180: hue angle of 148.02º 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 #1DF180 is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 128 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.05 |
| HSL | 148.02º | 0.88% | 0.53% | - |
| HSV(B) | 148.02º | 0.88% | 0.95% | - |
| XYZ | 35.86 | 64.73 | 31.03 | - |
| YUV | 164.73 | 107.26 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 128 | 0.88 | 0 | 0.47 | 0.05 | 148.02 | 0.88 | 0.53 |
| Hex | 1D | F1 | 80 | 58 | 0 | 2F | 5 | 94 | 58 | 35 |
| Octal | 35 | 361 | 200 | 130 | 0 | 57 | 5 | 224 | 130 | 65 |
| Binary | 11101 | 11110001 | 10000000 | 1011000 | 0 | 101111 | 101 | 10010100 | 1011000 | 110101 |
Color Harmonies of #1DF180
Complementary color
Monochromatic Colors of #1DF180
Black with #1DF180
Text Example
Text Example
White with #1DF180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF180; }
p { color: rgb(29,241,128); }
H1.HeaderClassName
{
color: #1DF180;
}
.AnyTagClassName
{
color: #1DF180;
}
</style>
background-color css
<style>
a { background-color: #1DF180; }
a { background-color: rgb(29,241,128); }
div.DivClassName
{
background-color: #1DF180;
}
.BgClassName
{
background-color: #1DF180;
}
</style>
border-color css
<style>
span { border-color: #1DF180; }
span { border-color: rgb(29,241,128); }
td.TdClassName
{
border-color: #1DF180;
}
.TagClassName
{
border-color: #1DF180;
}
</style>