Shades of Bright Green #70EF28
Tints of Bright Green #70EF28
RGB
CMYK
RGB Variations
Color information
#70EF28 (or 0x70EF28) is known color: Bright Green. HEX triplet: 70, EF and 28. RGB value is (112,239,40). Sum of RGB (Red+Green+Blue) = 112+239+40=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 239 (93.75% from 255 or 61.13% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF28 is #8F10D7. Grayscale: #B3B3B3. Windows color (decimal): -9375960 or 2682736. OLE color: 2682736.
HSL color Cylindrical-coordinate representation of color #70EF28: hue angle of 98.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70EF28 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 239 | 40 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.06 |
| HSL | 98.29º | 0.86% | 0.55% | - |
| HSV(B) | 98.29º | 0.83% | 0.94% | - |
| XYZ | 37.93 | 65.33 | 12.62 | - |
| YUV | 178.34 | 49.92 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 239 | 40 | 0.53 | 0 | 0.83 | 0.06 | 98.29 | 0.86 | 0.55 |
| Hex | 70 | EF | 28 | 35 | 0 | 53 | 6 | 62 | 56 | 37 |
| Octal | 160 | 357 | 50 | 65 | 0 | 123 | 6 | 142 | 126 | 67 |
| Binary | 1110000 | 11101111 | 101000 | 110101 | 0 | 1010011 | 110 | 1100010 | 1010110 | 110111 |
Color Harmonies of #70EF28
Complementary color
Monochromatic Colors of #70EF28
Black with #70EF28
Text Example
Text Example
White with #70EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EF28; }
p { color: rgb(112,239,40); }
H1.HeaderClassName
{
color: #70EF28;
}
.AnyTagClassName
{
color: #70EF28;
}
</style>
background-color css
<style>
a { background-color: #70EF28; }
a { background-color: rgb(112,239,40); }
div.DivClassName
{
background-color: #70EF28;
}
.BgClassName
{
background-color: #70EF28;
}
</style>
border-color css
<style>
span { border-color: #70EF28; }
span { border-color: rgb(112,239,40); }
td.TdClassName
{
border-color: #70EF28;
}
.TagClassName
{
border-color: #70EF28;
}
</style>