Shades of Spring Green #1DF270
Tints of Spring Green #1DF270
RGB
CMYK
RGB Variations
Color information
#1DF270 (or 0x1DF270) is known color: Spring Green. HEX triplet: 1D, F2 and 70. RGB value is (29,242,112). Sum of RGB (Red+Green+Blue) = 29+242+112=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF270 is #E20D8F. Grayscale: #A3A3A3. Windows color (decimal): -14814608 or 7402013. OLE color: 7402013.
HSL color Cylindrical-coordinate representation of color #1DF270: hue angle of 143.38º 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 #1DF270 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 112 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.05 |
| HSL | 143.38º | 0.89% | 0.53% | - |
| HSV(B) | 143.38º | 0.88% | 0.95% | - |
| XYZ | 35.18 | 64.94 | 26.01 | - |
| YUV | 163.49 | 98.93 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 112 | 0.88 | 0 | 0.54 | 0.05 | 143.38 | 0.89 | 0.53 |
| Hex | 1D | F2 | 70 | 58 | 0 | 36 | 5 | 8F | 59 | 35 |
| Octal | 35 | 362 | 160 | 130 | 0 | 66 | 5 | 217 | 131 | 65 |
| Binary | 11101 | 11110010 | 1110000 | 1011000 | 0 | 110110 | 101 | 10001111 | 1011001 | 110101 |
Color Harmonies of #1DF270
Complementary color
Monochromatic Colors of #1DF270
Black with #1DF270
Text Example
Text Example
White with #1DF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF270; }
p { color: rgb(29,242,112); }
H1.HeaderClassName
{
color: #1DF270;
}
.AnyTagClassName
{
color: #1DF270;
}
</style>
background-color css
<style>
a { background-color: #1DF270; }
a { background-color: rgb(29,242,112); }
div.DivClassName
{
background-color: #1DF270;
}
.BgClassName
{
background-color: #1DF270;
}
</style>
border-color css
<style>
span { border-color: #1DF270; }
span { border-color: rgb(29,242,112); }
td.TdClassName
{
border-color: #1DF270;
}
.TagClassName
{
border-color: #1DF270;
}
</style>