Shades of Spring Green #24ED85
Tints of Spring Green #24ED85
RGB
CMYK
RGB Variations
Color information
#24ED85 (or 0x24ED85) is known color: Spring Green. HEX triplet: 24, ED and 85. RGB value is (36,237,133). Sum of RGB (Red+Green+Blue) = 36+237+133=406 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.87% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #24ED85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #24ED85 is #DB127A. Grayscale: #A5A5A5. Windows color (decimal): -14357115 or 8776996. OLE color: 8776996.
HSL color Cylindrical-coordinate representation of color #24ED85: hue angle of 148.96º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24ED85 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 237 | 133 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.07 |
| HSL | 148.96º | 0.85% | 0.54% | - |
| HSV(B) | 148.96º | 0.85% | 0.93% | - |
| XYZ | 35.25 | 62.64 | 32.42 | - |
| YUV | 165.05 | 109.91 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 133 | 0.85 | 0 | 0.44 | 0.07 | 148.96 | 0.85 | 0.54 |
| Hex | 24 | ED | 85 | 55 | 0 | 2C | 7 | 95 | 55 | 36 |
| Octal | 44 | 355 | 205 | 125 | 0 | 54 | 7 | 225 | 125 | 66 |
| Binary | 100100 | 11101101 | 10000101 | 1010101 | 0 | 101100 | 111 | 10010101 | 1010101 | 110110 |
Color Harmonies of #24ED85
Complementary color
Monochromatic Colors of #24ED85
Black with #24ED85
Text Example
Text Example
White with #24ED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ED85; }
p { color: rgb(36,237,133); }
H1.HeaderClassName
{
color: #24ED85;
}
.AnyTagClassName
{
color: #24ED85;
}
</style>
background-color css
<style>
a { background-color: #24ED85; }
a { background-color: rgb(36,237,133); }
div.DivClassName
{
background-color: #24ED85;
}
.BgClassName
{
background-color: #24ED85;
}
</style>
border-color css
<style>
span { border-color: #24ED85; }
span { border-color: rgb(36,237,133); }
td.TdClassName
{
border-color: #24ED85;
}
.TagClassName
{
border-color: #24ED85;
}
</style>