Shades of Spring Green #1CF370
Tints of Spring Green #1CF370
RGB
CMYK
RGB Variations
Color information
#1CF370 (or 0x1CF370) is known color: Spring Green. HEX triplet: 1C, F3 and 70. RGB value is (28,243,112). Sum of RGB (Red+Green+Blue) = 28+243+112=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 243 (95.31% from 255 or 63.45% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 243 - color contains mainly: green. Hex color #1CF370 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF370 is #E30C8F. Grayscale: #A4A4A4. Windows color (decimal): -14879888 or 7402268. OLE color: 7402268.
HSL color Cylindrical-coordinate representation of color #1CF370: hue angle of 143.44º 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 #1CF370 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 243 | 112 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.05 |
| HSL | 143.44º | 0.9% | 0.53% | - |
| HSV(B) | 143.44º | 0.88% | 0.95% | - |
| XYZ | 35.45 | 65.52 | 26.11 | - |
| YUV | 163.78 | 98.77 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 243 | 112 | 0.88 | 0 | 0.54 | 0.05 | 143.44 | 0.9 | 0.53 |
| Hex | 1C | F3 | 70 | 58 | 0 | 36 | 5 | 8F | 5A | 35 |
| Octal | 34 | 363 | 160 | 130 | 0 | 66 | 5 | 217 | 132 | 65 |
| Binary | 11100 | 11110011 | 1110000 | 1011000 | 0 | 110110 | 101 | 10001111 | 1011010 | 110101 |
Color Harmonies of #1CF370
Complementary color
Monochromatic Colors of #1CF370
Black with #1CF370
Text Example
Text Example
White with #1CF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF370; }
p { color: rgb(28,243,112); }
H1.HeaderClassName
{
color: #1CF370;
}
.AnyTagClassName
{
color: #1CF370;
}
</style>
background-color css
<style>
a { background-color: #1CF370; }
a { background-color: rgb(28,243,112); }
div.DivClassName
{
background-color: #1CF370;
}
.BgClassName
{
background-color: #1CF370;
}
</style>
border-color css
<style>
span { border-color: #1CF370; }
span { border-color: rgb(28,243,112); }
td.TdClassName
{
border-color: #1CF370;
}
.TagClassName
{
border-color: #1CF370;
}
</style>