Shades of Spring Green #1CF07F
Tints of Spring Green #1CF07F
RGB
CMYK
RGB Variations
Color information
#1CF07F (or 0x1CF07F) is known color: Spring Green. HEX triplet: 1C, F0 and 7F. RGB value is (28,240,127). Sum of RGB (Red+Green+Blue) = 28+240+127=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1CF07F is #E30F80. Grayscale: #A3A3A3. Windows color (decimal): -14880641 or 8384540. OLE color: 8384540.
HSL color Cylindrical-coordinate representation of color #1CF07F: hue angle of 148.02º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF07F is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 240 | 127 | - |
| CMYK | 0.88 | 0 | 0.47 | 0.06 |
| HSL | 148.02º | 0.88% | 0.53% | - |
| HSV(B) | 148.02º | 0.88% | 0.94% | - |
| XYZ | 35.47 | 64.1 | 30.58 | - |
| YUV | 163.73 | 107.26 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 127 | 0.88 | 0 | 0.47 | 0.06 | 148.02 | 0.88 | 0.53 |
| Hex | 1C | F0 | 7F | 58 | 0 | 2F | 6 | 94 | 58 | 35 |
| Octal | 34 | 360 | 177 | 130 | 0 | 57 | 6 | 224 | 130 | 65 |
| Binary | 11100 | 11110000 | 1111111 | 1011000 | 0 | 101111 | 110 | 10010100 | 1011000 | 110101 |
Color Harmonies of #1CF07F
Complementary color
Monochromatic Colors of #1CF07F
Black with #1CF07F
Text Example
Text Example
White with #1CF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF07F; }
p { color: rgb(28,240,127); }
H1.HeaderClassName
{
color: #1CF07F;
}
.AnyTagClassName
{
color: #1CF07F;
}
</style>
background-color css
<style>
a { background-color: #1CF07F; }
a { background-color: rgb(28,240,127); }
div.DivClassName
{
background-color: #1CF07F;
}
.BgClassName
{
background-color: #1CF07F;
}
</style>
border-color css
<style>
span { border-color: #1CF07F; }
span { border-color: rgb(28,240,127); }
td.TdClassName
{
border-color: #1CF07F;
}
.TagClassName
{
border-color: #1CF07F;
}
</style>