Shades of Bright Green #70F52B
Tints of Bright Green #70F52B
RGB
CMYK
RGB Variations
Color information
#70F52B (or 0x70F52B) is known color: Bright Green. HEX triplet: 70, F5 and 2B. RGB value is (112,245,43). Sum of RGB (Red+Green+Blue) = 112+245+43=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 43 (17.19% from 255 or 10.75% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #70F52B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F52B is #8F0AD4. Grayscale: #B6B6B6. Windows color (decimal): -9374421 or 2880880. OLE color: 2880880.
HSL color Cylindrical-coordinate representation of color #70F52B: hue angle of 99.5º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70F52B is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 245 | 43 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.04 |
| HSL | 99.5º | 0.91% | 0.56% | - |
| HSV(B) | 99.5º | 0.82% | 0.96% | - |
| XYZ | 39.77 | 68.92 | 13.49 | - |
| YUV | 182.21 | 49.44 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 245 | 43 | 0.54 | 0 | 0.82 | 0.04 | 99.5 | 0.91 | 0.56 |
| Hex | 70 | F5 | 2B | 36 | 0 | 52 | 4 | 64 | 5B | 38 |
| Octal | 160 | 365 | 53 | 66 | 0 | 122 | 4 | 144 | 133 | 70 |
| Binary | 1110000 | 11110101 | 101011 | 110110 | 0 | 1010010 | 100 | 1100100 | 1011011 | 111000 |
Color Harmonies of #70F52B
Complementary color
Monochromatic Colors of #70F52B
Black with #70F52B
Text Example
Text Example
White with #70F52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F52B; }
p { color: rgb(112,245,43); }
H1.HeaderClassName
{
color: #70F52B;
}
.AnyTagClassName
{
color: #70F52B;
}
</style>
background-color css
<style>
a { background-color: #70F52B; }
a { background-color: rgb(112,245,43); }
div.DivClassName
{
background-color: #70F52B;
}
.BgClassName
{
background-color: #70F52B;
}
</style>
border-color css
<style>
span { border-color: #70F52B; }
span { border-color: rgb(112,245,43); }
td.TdClassName
{
border-color: #70F52B;
}
.TagClassName
{
border-color: #70F52B;
}
</style>