Shades of Bright Green #70FE27
Tints of Bright Green #70FE27
RGB
CMYK
RGB Variations
Color information
#70FE27 (or 0x70FE27) is known color: Bright Green. HEX triplet: 70, FE and 27. RGB value is (112,254,39). Sum of RGB (Red+Green+Blue) = 112+254+39=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 254 (99.61% from 255 or 62.72% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FE27 is #8F01D8. Grayscale: #BBBBBB. Windows color (decimal): -9372121 or 2621040. OLE color: 2621040.
HSL color Cylindrical-coordinate representation of color #70FE27: hue angle of 99.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70FE27 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 254 | 39 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.00 |
| HSL | 99.63º | 0.99% | 0.57% | - |
| HSV(B) | 99.63º | 0.85% | 1% | - |
| XYZ | 42.49 | 74.47 | 14.06 | - |
| YUV | 187.03 | 44.46 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 254 | 39 | 0.56 | 0 | 0.85 | 0.00 | 99.63 | 0.99 | 0.57 |
| Hex | 70 | FE | 27 | 38 | 0 | 55 | 0 | 64 | 63 | 39 |
| Octal | 160 | 376 | 47 | 70 | 0 | 125 | 0 | 144 | 143 | 71 |
| Binary | 1110000 | 11111110 | 100111 | 111000 | 0 | 1010101 | 0 | 1100100 | 1100011 | 111001 |
Color Harmonies of #70FE27
Complementary color
Monochromatic Colors of #70FE27
Black with #70FE27
Text Example
Text Example
White with #70FE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FE27; }
p { color: rgb(112,254,39); }
H1.HeaderClassName
{
color: #70FE27;
}
.AnyTagClassName
{
color: #70FE27;
}
</style>
background-color css
<style>
a { background-color: #70FE27; }
a { background-color: rgb(112,254,39); }
div.DivClassName
{
background-color: #70FE27;
}
.BgClassName
{
background-color: #70FE27;
}
</style>
border-color css
<style>
span { border-color: #70FE27; }
span { border-color: rgb(112,254,39); }
td.TdClassName
{
border-color: #70FE27;
}
.TagClassName
{
border-color: #70FE27;
}
</style>