Shades of Bright Green #70ED21
Tints of Bright Green #70ED21
RGB
CMYK
RGB Variations
Color information
#70ED21 (or 0x70ED21) is known color: Bright Green. HEX triplet: 70, ED and 21. RGB value is (112,237,33). Sum of RGB (Red+Green+Blue) = 112+237+33=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 237 (92.97% from 255 or 62.04% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED21 is #8F12DE. Grayscale: #B1B1B1. Windows color (decimal): -9376479 or 2223472. OLE color: 2223472.
HSL color Cylindrical-coordinate representation of color #70ED21: hue angle of 96.76º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70ED21 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 33 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.07 |
| HSL | 96.76º | 0.85% | 0.53% | - |
| HSV(B) | 96.76º | 0.86% | 0.93% | - |
| XYZ | 37.24 | 64.12 | 11.85 | - |
| YUV | 176.37 | 47.09 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 33 | 0.53 | 0 | 0.86 | 0.07 | 96.76 | 0.85 | 0.53 |
| Hex | 70 | ED | 21 | 35 | 0 | 56 | 7 | 61 | 55 | 35 |
| Octal | 160 | 355 | 41 | 65 | 0 | 126 | 7 | 141 | 125 | 65 |
| Binary | 1110000 | 11101101 | 100001 | 110101 | 0 | 1010110 | 111 | 1100001 | 1010101 | 110101 |
Color Harmonies of #70ED21
Complementary color
Monochromatic Colors of #70ED21
Black with #70ED21
Text Example
Text Example
White with #70ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED21; }
p { color: rgb(112,237,33); }
H1.HeaderClassName
{
color: #70ED21;
}
.AnyTagClassName
{
color: #70ED21;
}
</style>
background-color css
<style>
a { background-color: #70ED21; }
a { background-color: rgb(112,237,33); }
div.DivClassName
{
background-color: #70ED21;
}
.BgClassName
{
background-color: #70ED21;
}
</style>
border-color css
<style>
span { border-color: #70ED21; }
span { border-color: rgb(112,237,33); }
td.TdClassName
{
border-color: #70ED21;
}
.TagClassName
{
border-color: #70ED21;
}
</style>