Shades of Spring Green #1DF27A
Tints of Spring Green #1DF27A
RGB
CMYK
RGB Variations
Color information
#1DF27A (or 0x1DF27A) is known color: Spring Green. HEX triplet: 1D, F2 and 7A. RGB value is (29,242,122). Sum of RGB (Red+Green+Blue) = 29+242+122=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF27A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF27A is #E20D85. Grayscale: #A4A4A4. Windows color (decimal): -14814598 or 8057373. OLE color: 8057373.
HSL color Cylindrical-coordinate representation of color #1DF27A: hue angle of 146.2º 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 #1DF27A is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 122 | - |
| CMYK | 0.88 | 0 | 0.50 | 0.05 |
| HSL | 146.2º | 0.89% | 0.53% | - |
| HSV(B) | 146.2º | 0.88% | 0.95% | - |
| XYZ | 35.77 | 65.17 | 29.11 | - |
| YUV | 164.63 | 103.93 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 122 | 0.88 | 0 | 0.50 | 0.05 | 146.2 | 0.89 | 0.53 |
| Hex | 1D | F2 | 7A | 58 | 0 | 32 | 5 | 92 | 59 | 35 |
| Octal | 35 | 362 | 172 | 130 | 0 | 62 | 5 | 222 | 131 | 65 |
| Binary | 11101 | 11110010 | 1111010 | 1011000 | 0 | 110010 | 101 | 10010010 | 1011001 | 110101 |
Color Harmonies of #1DF27A
Complementary color
Monochromatic Colors of #1DF27A
Black with #1DF27A
Text Example
Text Example
White with #1DF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF27A; }
p { color: rgb(29,242,122); }
H1.HeaderClassName
{
color: #1DF27A;
}
.AnyTagClassName
{
color: #1DF27A;
}
</style>
background-color css
<style>
a { background-color: #1DF27A; }
a { background-color: rgb(29,242,122); }
div.DivClassName
{
background-color: #1DF27A;
}
.BgClassName
{
background-color: #1DF27A;
}
</style>
border-color css
<style>
span { border-color: #1DF27A; }
span { border-color: rgb(29,242,122); }
td.TdClassName
{
border-color: #1DF27A;
}
.TagClassName
{
border-color: #1DF27A;
}
</style>