Shades of Spring Green #1EFF84
Tints of Spring Green #1EFF84
RGB
CMYK
RGB Variations
Color information
#1EFF84 (or 0x1EFF84) is known color: Spring Green. HEX triplet: 1E, FF and 84. RGB value is (30,255,132). Sum of RGB (Red+Green+Blue) = 30+255+132=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1EFF84 is #E1007B. Grayscale: #ADADAD. Windows color (decimal): -14745724 or 8716062. OLE color: 8716062.
HSL color Cylindrical-coordinate representation of color #1EFF84: hue angle of 147.2º 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 #1EFF84 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 132 | - |
| CMYK | 0.88 | 0 | 0.48 | 0 |
| HSL | 147.2º | 1% | 0.56% | - |
| HSV(B) | 147.2º | 0.88% | 1% | - |
| XYZ | 40.46 | 73.46 | 33.88 | - |
| YUV | 173.7 | 104.46 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 132 | 0.88 | 0 | 0.48 | 0 | 147.2 | 1 | 0.56 |
| Hex | 1E | FF | 84 | 58 | 0 | 30 | 0 | 93 | 64 | 38 |
| Octal | 36 | 377 | 204 | 130 | 0 | 60 | 0 | 223 | 144 | 70 |
| Binary | 11110 | 11111111 | 10000100 | 1011000 | 0 | 110000 | 0 | 10010011 | 1100100 | 111000 |
Color Harmonies of #1EFF84
Complementary color
Monochromatic Colors of #1EFF84
Black with #1EFF84
Text Example
Text Example
White with #1EFF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF84; }
p { color: rgb(30,255,132); }
H1.HeaderClassName
{
color: #1EFF84;
}
.AnyTagClassName
{
color: #1EFF84;
}
</style>
background-color css
<style>
a { background-color: #1EFF84; }
a { background-color: rgb(30,255,132); }
div.DivClassName
{
background-color: #1EFF84;
}
.BgClassName
{
background-color: #1EFF84;
}
</style>
border-color css
<style>
span { border-color: #1EFF84; }
span { border-color: rgb(30,255,132); }
td.TdClassName
{
border-color: #1EFF84;
}
.TagClassName
{
border-color: #1EFF84;
}
</style>