Shades of Bright Green #70EE1C
Tints of Bright Green #70EE1C
RGB
CMYK
RGB Variations
Color information
#70EE1C (or 0x70EE1C) is known color: Bright Green. HEX triplet: 70, EE and 1C. RGB value is (112,238,28). Sum of RGB (Red+Green+Blue) = 112+238+28=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EE1C is #8F11E3. Grayscale: #B1B1B1. Windows color (decimal): -9376228 or 1896048. OLE color: 1896048.
HSL color Cylindrical-coordinate representation of color #70EE1C: hue angle of 96º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70EE1C is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 238 | 28 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.07 |
| HSL | 96º | 0.86% | 0.52% | - |
| HSV(B) | 96º | 0.88% | 0.93% | - |
| XYZ | 37.47 | 64.68 | 11.61 | - |
| YUV | 176.39 | 44.26 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 238 | 28 | 0.53 | 0 | 0.88 | 0.07 | 96 | 0.86 | 0.52 |
| Hex | 70 | EE | 1C | 35 | 0 | 58 | 7 | 60 | 56 | 34 |
| Octal | 160 | 356 | 34 | 65 | 0 | 130 | 7 | 140 | 126 | 64 |
| Binary | 1110000 | 11101110 | 11100 | 110101 | 0 | 1011000 | 111 | 1100000 | 1010110 | 110100 |
Color Harmonies of #70EE1C
Complementary color
Monochromatic Colors of #70EE1C
Black with #70EE1C
Text Example
Text Example
White with #70EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EE1C; }
p { color: rgb(112,238,28); }
H1.HeaderClassName
{
color: #70EE1C;
}
.AnyTagClassName
{
color: #70EE1C;
}
</style>
background-color css
<style>
a { background-color: #70EE1C; }
a { background-color: rgb(112,238,28); }
div.DivClassName
{
background-color: #70EE1C;
}
.BgClassName
{
background-color: #70EE1C;
}
</style>
border-color css
<style>
span { border-color: #70EE1C; }
span { border-color: rgb(112,238,28); }
td.TdClassName
{
border-color: #70EE1C;
}
.TagClassName
{
border-color: #70EE1C;
}
</style>