Shades of Spring Green #1DF384
Tints of Spring Green #1DF384
RGB
CMYK
RGB Variations
Color information
#1DF384 (or 0x1DF384) is known color: Spring Green. HEX triplet: 1D, F3 and 84. RGB value is (29,243,132). Sum of RGB (Red+Green+Blue) = 29+243+132=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 243 (95.31% from 255 or 60.15% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF384 is #E20C7B. Grayscale: #A6A6A6. Windows color (decimal): -14814332 or 8712989. OLE color: 8712989.
HSL color Cylindrical-coordinate representation of color #1DF384: hue angle of 148.88º 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 #1DF384 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 132 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.05 |
| HSL | 148.88º | 0.9% | 0.53% | - |
| HSV(B) | 148.88º | 0.88% | 0.95% | - |
| XYZ | 36.72 | 66.03 | 32.64 | - |
| YUV | 166.36 | 108.6 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 132 | 0.88 | 0 | 0.46 | 0.05 | 148.88 | 0.9 | 0.53 |
| Hex | 1D | F3 | 84 | 58 | 0 | 2E | 5 | 95 | 5A | 35 |
| Octal | 35 | 363 | 204 | 130 | 0 | 56 | 5 | 225 | 132 | 65 |
| Binary | 11101 | 11110011 | 10000100 | 1011000 | 0 | 101110 | 101 | 10010101 | 1011010 | 110101 |
Color Harmonies of #1DF384
Complementary color
Monochromatic Colors of #1DF384
Black with #1DF384
Text Example
Text Example
White with #1DF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF384; }
p { color: rgb(29,243,132); }
H1.HeaderClassName
{
color: #1DF384;
}
.AnyTagClassName
{
color: #1DF384;
}
</style>
background-color css
<style>
a { background-color: #1DF384; }
a { background-color: rgb(29,243,132); }
div.DivClassName
{
background-color: #1DF384;
}
.BgClassName
{
background-color: #1DF384;
}
</style>
border-color css
<style>
span { border-color: #1DF384; }
span { border-color: rgb(29,243,132); }
td.TdClassName
{
border-color: #1DF384;
}
.TagClassName
{
border-color: #1DF384;
}
</style>