Shades of Bright Green #70F129
Tints of Bright Green #70F129
RGB
CMYK
RGB Variations
Color information
#70F129 (or 0x70F129) is known color: Bright Green. HEX triplet: 70, F1 and 29. RGB value is (112,241,41). Sum of RGB (Red+Green+Blue) = 112+241+41=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #70F129 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F129 is #8F0ED6. Grayscale: #B4B4B4. Windows color (decimal): -9375447 or 2748784. OLE color: 2748784.
HSL color Cylindrical-coordinate representation of color #70F129: hue angle of 98.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70F129 is Cyan = 0.54, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 241 | 41 | - |
| CMYK | 0.54 | 0 | 0.83 | 0.05 |
| HSL | 98.7º | 0.88% | 0.55% | - |
| HSV(B) | 98.7º | 0.83% | 0.95% | - |
| XYZ | 38.54 | 66.52 | 12.91 | - |
| YUV | 179.63 | 49.76 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 241 | 41 | 0.54 | 0 | 0.83 | 0.05 | 98.7 | 0.88 | 0.55 |
| Hex | 70 | F1 | 29 | 36 | 0 | 53 | 5 | 63 | 58 | 37 |
| Octal | 160 | 361 | 51 | 66 | 0 | 123 | 5 | 143 | 130 | 67 |
| Binary | 1110000 | 11110001 | 101001 | 110110 | 0 | 1010011 | 101 | 1100011 | 1011000 | 110111 |
Color Harmonies of #70F129
Complementary color
Monochromatic Colors of #70F129
Black with #70F129
Text Example
Text Example
White with #70F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F129; }
p { color: rgb(112,241,41); }
H1.HeaderClassName
{
color: #70F129;
}
.AnyTagClassName
{
color: #70F129;
}
</style>
background-color css
<style>
a { background-color: #70F129; }
a { background-color: rgb(112,241,41); }
div.DivClassName
{
background-color: #70F129;
}
.BgClassName
{
background-color: #70F129;
}
</style>
border-color css
<style>
span { border-color: #70F129; }
span { border-color: rgb(112,241,41); }
td.TdClassName
{
border-color: #70F129;
}
.TagClassName
{
border-color: #70F129;
}
</style>