Shades of Bright Green #70EC2D
Tints of Bright Green #70EC2D
RGB
CMYK
RGB Variations
Color information
#70EC2D (or 0x70EC2D) is known color: Bright Green. HEX triplet: 70, EC and 2D. RGB value is (112,236,45). Sum of RGB (Red+Green+Blue) = 112+236+45=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EC2D is #8F13D2. Grayscale: #B1B1B1. Windows color (decimal): -9376723 or 3009648. OLE color: 3009648.
HSL color Cylindrical-coordinate representation of color #70EC2D: hue angle of 98.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70EC2D is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 45 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.07 |
| HSL | 98.95º | 0.83% | 0.55% | - |
| HSV(B) | 98.95º | 0.81% | 0.93% | - |
| XYZ | 37.15 | 63.63 | 12.81 | - |
| YUV | 177.15 | 53.42 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 45 | 0.53 | 0 | 0.81 | 0.07 | 98.95 | 0.83 | 0.55 |
| Hex | 70 | EC | 2D | 35 | 0 | 51 | 7 | 63 | 53 | 37 |
| Octal | 160 | 354 | 55 | 65 | 0 | 121 | 7 | 143 | 123 | 67 |
| Binary | 1110000 | 11101100 | 101101 | 110101 | 0 | 1010001 | 111 | 1100011 | 1010011 | 110111 |
Color Harmonies of #70EC2D
Complementary color
Monochromatic Colors of #70EC2D
Black with #70EC2D
Text Example
Text Example
White with #70EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC2D; }
p { color: rgb(112,236,45); }
H1.HeaderClassName
{
color: #70EC2D;
}
.AnyTagClassName
{
color: #70EC2D;
}
</style>
background-color css
<style>
a { background-color: #70EC2D; }
a { background-color: rgb(112,236,45); }
div.DivClassName
{
background-color: #70EC2D;
}
.BgClassName
{
background-color: #70EC2D;
}
</style>
border-color css
<style>
span { border-color: #70EC2D; }
span { border-color: rgb(112,236,45); }
td.TdClassName
{
border-color: #70EC2D;
}
.TagClassName
{
border-color: #70EC2D;
}
</style>