Shades of Bright Green #70ED28
Tints of Bright Green #70ED28
RGB
CMYK
RGB Variations
Color information
#70ED28 (or 0x70ED28) is known color: Bright Green. HEX triplet: 70, ED and 28. RGB value is (112,237,40). Sum of RGB (Red+Green+Blue) = 112+237+40=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 237 (92.97% from 255 or 60.93% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED28 is #8F12D7. Grayscale: #B1B1B1. Windows color (decimal): -9376472 or 2682224. OLE color: 2682224.
HSL color Cylindrical-coordinate representation of color #70ED28: hue angle of 98.07º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70ED28 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 40 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.07 |
| HSL | 98.07º | 0.85% | 0.54% | - |
| HSV(B) | 98.07º | 0.83% | 0.93% | - |
| XYZ | 37.35 | 64.17 | 12.42 | - |
| YUV | 177.17 | 50.59 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 40 | 0.53 | 0 | 0.83 | 0.07 | 98.07 | 0.85 | 0.54 |
| Hex | 70 | ED | 28 | 35 | 0 | 53 | 7 | 62 | 55 | 36 |
| Octal | 160 | 355 | 50 | 65 | 0 | 123 | 7 | 142 | 125 | 66 |
| Binary | 1110000 | 11101101 | 101000 | 110101 | 0 | 1010011 | 111 | 1100010 | 1010101 | 110110 |
Color Harmonies of #70ED28
Complementary color
Monochromatic Colors of #70ED28
Black with #70ED28
Text Example
Text Example
White with #70ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED28; }
p { color: rgb(112,237,40); }
H1.HeaderClassName
{
color: #70ED28;
}
.AnyTagClassName
{
color: #70ED28;
}
</style>
background-color css
<style>
a { background-color: #70ED28; }
a { background-color: rgb(112,237,40); }
div.DivClassName
{
background-color: #70ED28;
}
.BgClassName
{
background-color: #70ED28;
}
</style>
border-color css
<style>
span { border-color: #70ED28; }
span { border-color: rgb(112,237,40); }
td.TdClassName
{
border-color: #70ED28;
}
.TagClassName
{
border-color: #70ED28;
}
</style>