Shades of Bright Green #70F324
Tints of Bright Green #70F324
RGB
CMYK
RGB Variations
Color information
#70F324 (or 0x70F324) is known color: Bright Green. HEX triplet: 70, F3 and 24. RGB value is (112,243,36). Sum of RGB (Red+Green+Blue) = 112+243+36=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #70F324 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F324 is #8F0CDB. Grayscale: #B4B4B4. Windows color (decimal): -9374940 or 2421616. OLE color: 2421616.
HSL color Cylindrical-coordinate representation of color #70F324: hue angle of 97.97º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70F324 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 243 | 36 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.05 |
| HSL | 97.97º | 0.9% | 0.55% | - |
| HSV(B) | 97.97º | 0.85% | 0.95% | - |
| XYZ | 39.05 | 67.67 | 12.67 | - |
| YUV | 180.23 | 46.6 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 243 | 36 | 0.54 | 0 | 0.85 | 0.05 | 97.97 | 0.9 | 0.55 |
| Hex | 70 | F3 | 24 | 36 | 0 | 55 | 5 | 62 | 5A | 37 |
| Octal | 160 | 363 | 44 | 66 | 0 | 125 | 5 | 142 | 132 | 67 |
| Binary | 1110000 | 11110011 | 100100 | 110110 | 0 | 1010101 | 101 | 1100010 | 1011010 | 110111 |
Color Harmonies of #70F324
Complementary color
Monochromatic Colors of #70F324
Black with #70F324
Text Example
Text Example
White with #70F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F324; }
p { color: rgb(112,243,36); }
H1.HeaderClassName
{
color: #70F324;
}
.AnyTagClassName
{
color: #70F324;
}
</style>
background-color css
<style>
a { background-color: #70F324; }
a { background-color: rgb(112,243,36); }
div.DivClassName
{
background-color: #70F324;
}
.BgClassName
{
background-color: #70F324;
}
</style>
border-color css
<style>
span { border-color: #70F324; }
span { border-color: rgb(112,243,36); }
td.TdClassName
{
border-color: #70F324;
}
.TagClassName
{
border-color: #70F324;
}
</style>