Shades of Spring Green #1DF28B
Tints of Spring Green #1DF28B
RGB
CMYK
RGB Variations
Color information
#1DF28B (or 0x1DF28B) is known color: Spring Green. HEX triplet: 1D, F2 and 8B. RGB value is (29,242,139). Sum of RGB (Red+Green+Blue) = 29+242+139=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF28B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DF28B is #E20D74. Grayscale: #A6A6A6. Windows color (decimal): -14814581 or 9171485. OLE color: 9171485.
HSL color Cylindrical-coordinate representation of color #1DF28B: hue angle of 150.99º 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 #1DF28B is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 242 | 139 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.05 |
| HSL | 150.99º | 0.89% | 0.53% | - |
| HSV(B) | 150.99º | 0.88% | 0.95% | - |
| XYZ | 36.92 | 65.63 | 35.15 | - |
| YUV | 166.57 | 112.43 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 242 | 139 | 0.88 | 0 | 0.43 | 0.05 | 150.99 | 0.89 | 0.53 |
| Hex | 1D | F2 | 8B | 58 | 0 | 2B | 5 | 97 | 59 | 35 |
| Octal | 35 | 362 | 213 | 130 | 0 | 53 | 5 | 227 | 131 | 65 |
| Binary | 11101 | 11110010 | 10001011 | 1011000 | 0 | 101011 | 101 | 10010111 | 1011001 | 110101 |
Color Harmonies of #1DF28B
Complementary color
Monochromatic Colors of #1DF28B
Black with #1DF28B
Text Example
Text Example
White with #1DF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF28B; }
p { color: rgb(29,242,139); }
H1.HeaderClassName
{
color: #1DF28B;
}
.AnyTagClassName
{
color: #1DF28B;
}
</style>
background-color css
<style>
a { background-color: #1DF28B; }
a { background-color: rgb(29,242,139); }
div.DivClassName
{
background-color: #1DF28B;
}
.BgClassName
{
background-color: #1DF28B;
}
</style>
border-color css
<style>
span { border-color: #1DF28B; }
span { border-color: rgb(29,242,139); }
td.TdClassName
{
border-color: #1DF28B;
}
.TagClassName
{
border-color: #1DF28B;
}
</style>