Shades of Bright Green #70ED2D
Tints of Bright Green #70ED2D
RGB
CMYK
RGB Variations
Color information
#70ED2D (or 0x70ED2D) is known color: Bright Green. HEX triplet: 70, ED and 2D. RGB value is (112,237,45). Sum of RGB (Red+Green+Blue) = 112+237+45=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED2D is #8F12D2. Grayscale: #B2B2B2. Windows color (decimal): -9376467 or 3009904. OLE color: 3009904.
HSL color Cylindrical-coordinate representation of color #70ED2D: hue angle of 99.06º degrees, saturation: 0.84, 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 #70ED2D is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 237 | 45 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.07 |
| HSL | 99.06º | 0.84% | 0.55% | - |
| HSV(B) | 99.06º | 0.81% | 0.93% | - |
| XYZ | 37.44 | 64.2 | 12.9 | - |
| YUV | 177.74 | 53.09 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 237 | 45 | 0.53 | 0 | 0.81 | 0.07 | 99.06 | 0.84 | 0.55 |
| Hex | 70 | ED | 2D | 35 | 0 | 51 | 7 | 63 | 54 | 37 |
| Octal | 160 | 355 | 55 | 65 | 0 | 121 | 7 | 143 | 124 | 67 |
| Binary | 1110000 | 11101101 | 101101 | 110101 | 0 | 1010001 | 111 | 1100011 | 1010100 | 110111 |
Color Harmonies of #70ED2D
Complementary color
Monochromatic Colors of #70ED2D
Black with #70ED2D
Text Example
Text Example
White with #70ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ED2D; }
p { color: rgb(112,237,45); }
H1.HeaderClassName
{
color: #70ED2D;
}
.AnyTagClassName
{
color: #70ED2D;
}
</style>
background-color css
<style>
a { background-color: #70ED2D; }
a { background-color: rgb(112,237,45); }
div.DivClassName
{
background-color: #70ED2D;
}
.BgClassName
{
background-color: #70ED2D;
}
</style>
border-color css
<style>
span { border-color: #70ED2D; }
span { border-color: rgb(112,237,45); }
td.TdClassName
{
border-color: #70ED2D;
}
.TagClassName
{
border-color: #70ED2D;
}
</style>