Shades of Spring Green #1DF38A
Tints of Spring Green #1DF38A
RGB
CMYK
RGB Variations
Color information
#1DF38A (or 0x1DF38A) is known color: Spring Green. HEX triplet: 1D, F3 and 8A. RGB value is (29,243,138). Sum of RGB (Red+Green+Blue) = 29+243+138=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF38A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF38A is #E20C75. Grayscale: #A7A7A7. Windows color (decimal): -14814326 or 9106205. OLE color: 9106205.
HSL color Cylindrical-coordinate representation of color #1DF38A: hue angle of 150.56º degrees, saturation: 0.9, 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 #1DF38A is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 138 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.05 |
| HSL | 150.56º | 0.9% | 0.53% | - |
| HSV(B) | 150.56º | 0.88% | 0.95% | - |
| XYZ | 37.14 | 66.2 | 34.86 | - |
| YUV | 167.04 | 111.6 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 138 | 0.88 | 0 | 0.43 | 0.05 | 150.56 | 0.9 | 0.53 |
| Hex | 1D | F3 | 8A | 58 | 0 | 2B | 5 | 97 | 5A | 35 |
| Octal | 35 | 363 | 212 | 130 | 0 | 53 | 5 | 227 | 132 | 65 |
| Binary | 11101 | 11110011 | 10001010 | 1011000 | 0 | 101011 | 101 | 10010111 | 1011010 | 110101 |
Color Harmonies of #1DF38A
Complementary color
Monochromatic Colors of #1DF38A
Black with #1DF38A
Text Example
Text Example
White with #1DF38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF38A; }
p { color: rgb(29,243,138); }
H1.HeaderClassName
{
color: #1DF38A;
}
.AnyTagClassName
{
color: #1DF38A;
}
</style>
background-color css
<style>
a { background-color: #1DF38A; }
a { background-color: rgb(29,243,138); }
div.DivClassName
{
background-color: #1DF38A;
}
.BgClassName
{
background-color: #1DF38A;
}
</style>
border-color css
<style>
span { border-color: #1DF38A; }
span { border-color: rgb(29,243,138); }
td.TdClassName
{
border-color: #1DF38A;
}
.TagClassName
{
border-color: #1DF38A;
}
</style>