Shades of Spring Green #1CF287
Tints of Spring Green #1CF287
RGB
CMYK
RGB Variations
Color information
#1CF287 (or 0x1CF287) is known color: Spring Green. HEX triplet: 1C, F2 and 87. RGB value is (28,242,135). Sum of RGB (Red+Green+Blue) = 28+242+135=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF287 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF287 is #E30D78. Grayscale: #A6A6A6. Windows color (decimal): -14880121 or 8909340. OLE color: 8909340.
HSL color Cylindrical-coordinate representation of color #1CF287: hue angle of 150º 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 #1CF287 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 242 | 135 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.05 |
| HSL | 150º | 0.89% | 0.53% | - |
| HSV(B) | 150º | 0.88% | 0.95% | - |
| XYZ | 36.6 | 65.5 | 33.64 | - |
| YUV | 165.82 | 110.6 | 29.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 242 | 135 | 0.88 | 0 | 0.44 | 0.05 | 150 | 0.89 | 0.53 |
| Hex | 1C | F2 | 87 | 58 | 0 | 2C | 5 | 96 | 59 | 35 |
| Octal | 34 | 362 | 207 | 130 | 0 | 54 | 5 | 226 | 131 | 65 |
| Binary | 11100 | 11110010 | 10000111 | 1011000 | 0 | 101100 | 101 | 10010110 | 1011001 | 110101 |
Color Harmonies of #1CF287
Complementary color
Monochromatic Colors of #1CF287
Black with #1CF287
Text Example
Text Example
White with #1CF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF287; }
p { color: rgb(28,242,135); }
H1.HeaderClassName
{
color: #1CF287;
}
.AnyTagClassName
{
color: #1CF287;
}
</style>
background-color css
<style>
a { background-color: #1CF287; }
a { background-color: rgb(28,242,135); }
div.DivClassName
{
background-color: #1CF287;
}
.BgClassName
{
background-color: #1CF287;
}
</style>
border-color css
<style>
span { border-color: #1CF287; }
span { border-color: rgb(28,242,135); }
td.TdClassName
{
border-color: #1CF287;
}
.TagClassName
{
border-color: #1CF287;
}
</style>