Shades of Spring Green #1EFF85
Tints of Spring Green #1EFF85
RGB
CMYK
RGB Variations
Color information
#1EFF85 (or 0x1EFF85) is known color: Spring Green. HEX triplet: 1E, FF and 85. RGB value is (30,255,133). Sum of RGB (Red+Green+Blue) = 30+255+133=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFF85 is #E1007A. Grayscale: #AEAEAE. Windows color (decimal): -14745723 or 8781598. OLE color: 8781598.
HSL color Cylindrical-coordinate representation of color #1EFF85: hue angle of 147.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF85 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 133 | - |
| CMYK | 0.88 | 0 | 0.48 | 0 |
| HSL | 147.47º | 1% | 0.56% | - |
| HSV(B) | 147.47º | 0.88% | 1% | - |
| XYZ | 40.53 | 73.49 | 34.24 | - |
| YUV | 173.82 | 104.96 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 133 | 0.88 | 0 | 0.48 | 0 | 147.47 | 1 | 0.56 |
| Hex | 1E | FF | 85 | 58 | 0 | 30 | 0 | 93 | 64 | 38 |
| Octal | 36 | 377 | 205 | 130 | 0 | 60 | 0 | 223 | 144 | 70 |
| Binary | 11110 | 11111111 | 10000101 | 1011000 | 0 | 110000 | 0 | 10010011 | 1100100 | 111000 |
Color Harmonies of #1EFF85
Complementary color
Monochromatic Colors of #1EFF85
Black with #1EFF85
Text Example
Text Example
White with #1EFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF85; }
p { color: rgb(30,255,133); }
H1.HeaderClassName
{
color: #1EFF85;
}
.AnyTagClassName
{
color: #1EFF85;
}
</style>
background-color css
<style>
a { background-color: #1EFF85; }
a { background-color: rgb(30,255,133); }
div.DivClassName
{
background-color: #1EFF85;
}
.BgClassName
{
background-color: #1EFF85;
}
</style>
border-color css
<style>
span { border-color: #1EFF85; }
span { border-color: rgb(30,255,133); }
td.TdClassName
{
border-color: #1EFF85;
}
.TagClassName
{
border-color: #1EFF85;
}
</style>