Shades of Bright Green #70ED2A
Tints of Bright Green #70ED2A
RGB
CMYK
RGB Variations
Color information
#70ED2A (or 0x70ED2A) is known color: Bright Green. HEX triplet: 70, ED and 2A. RGB value is (112,237,42). Sum of RGB (Red+Green+Blue) = 112+237+42=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 237 (92.97% from 255 or 60.61% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED2A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED2A is #8F12D5. Grayscale: #B2B2B2. Windows color (decimal): -9376470 or 2813296. OLE color: 2813296.
HSL color Cylindrical-coordinate representation of color #70ED2A: hue angle of 98.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70ED2A is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 42 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.07 |
| HSL | 98.46º | 0.84% | 0.55% | - |
| HSV(B) | 98.46º | 0.82% | 0.93% | - |
| XYZ | 37.38 | 64.18 | 12.61 | - |
| YUV | 177.4 | 51.59 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 42 | 0.53 | 0 | 0.82 | 0.07 | 98.46 | 0.84 | 0.55 |
| Hex | 70 | ED | 2A | 35 | 0 | 52 | 7 | 62 | 54 | 37 |
| Octal | 160 | 355 | 52 | 65 | 0 | 122 | 7 | 142 | 124 | 67 |
| Binary | 1110000 | 11101101 | 101010 | 110101 | 0 | 1010010 | 111 | 1100010 | 1010100 | 110111 |
Color Harmonies of #70ED2A
Complementary color
Monochromatic Colors of #70ED2A
Black with #70ED2A
Text Example
Text Example
White with #70ED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED2A; }
p { color: rgb(112,237,42); }
H1.HeaderClassName
{
color: #70ED2A;
}
.AnyTagClassName
{
color: #70ED2A;
}
</style>
background-color css
<style>
a { background-color: #70ED2A; }
a { background-color: rgb(112,237,42); }
div.DivClassName
{
background-color: #70ED2A;
}
.BgClassName
{
background-color: #70ED2A;
}
</style>
border-color css
<style>
span { border-color: #70ED2A; }
span { border-color: rgb(112,237,42); }
td.TdClassName
{
border-color: #70ED2A;
}
.TagClassName
{
border-color: #70ED2A;
}
</style>