Shades of Spring Green #1DF36F
Tints of Spring Green #1DF36F
RGB
CMYK
RGB Variations
Color information
#1DF36F (or 0x1DF36F) is known color: Spring Green. HEX triplet: 1D, F3 and 6F. RGB value is (29,243,111). Sum of RGB (Red+Green+Blue) = 29+243+111=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF36F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF36F is #E20C90. Grayscale: #A4A4A4. Windows color (decimal): -14814353 or 7336733. OLE color: 7336733.
HSL color Cylindrical-coordinate representation of color #1DF36F: hue angle of 142.99º 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 #1DF36F is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 111 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.05 |
| HSL | 142.99º | 0.9% | 0.53% | - |
| HSV(B) | 142.99º | 0.88% | 0.95% | - |
| XYZ | 35.43 | 65.51 | 25.82 | - |
| YUV | 163.97 | 98.1 | 31.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 111 | 0.88 | 0 | 0.54 | 0.05 | 142.99 | 0.9 | 0.53 |
| Hex | 1D | F3 | 6F | 58 | 0 | 36 | 5 | 8F | 5A | 35 |
| Octal | 35 | 363 | 157 | 130 | 0 | 66 | 5 | 217 | 132 | 65 |
| Binary | 11101 | 11110011 | 1101111 | 1011000 | 0 | 110110 | 101 | 10001111 | 1011010 | 110101 |
Color Harmonies of #1DF36F
Complementary color
Monochromatic Colors of #1DF36F
Black with #1DF36F
Text Example
Text Example
White with #1DF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF36F; }
p { color: rgb(29,243,111); }
H1.HeaderClassName
{
color: #1DF36F;
}
.AnyTagClassName
{
color: #1DF36F;
}
</style>
background-color css
<style>
a { background-color: #1DF36F; }
a { background-color: rgb(29,243,111); }
div.DivClassName
{
background-color: #1DF36F;
}
.BgClassName
{
background-color: #1DF36F;
}
</style>
border-color css
<style>
span { border-color: #1DF36F; }
span { border-color: rgb(29,243,111); }
td.TdClassName
{
border-color: #1DF36F;
}
.TagClassName
{
border-color: #1DF36F;
}
</style>