Shades of Bright Green #70FA27
Tints of Bright Green #70FA27
RGB
CMYK
RGB Variations
Color information
#70FA27 (or 0x70FA27) is known color: Bright Green. HEX triplet: 70, FA and 27. RGB value is (112,250,39). Sum of RGB (Red+Green+Blue) = 112+250+39=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA27 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70FA27 is #8F05D8. Grayscale: #B9B9B9. Windows color (decimal): -9373145 or 2620016. OLE color: 2620016.
HSL color Cylindrical-coordinate representation of color #70FA27: hue angle of 99.24º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70FA27 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 250 | 39 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.02 |
| HSL | 99.24º | 0.95% | 0.57% | - |
| HSV(B) | 99.24º | 0.84% | 0.98% | - |
| XYZ | 41.23 | 71.96 | 13.64 | - |
| YUV | 184.68 | 45.78 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 250 | 39 | 0.55 | 0 | 0.84 | 0.02 | 99.24 | 0.95 | 0.57 |
| Hex | 70 | FA | 27 | 37 | 0 | 54 | 2 | 63 | 5F | 39 |
| Octal | 160 | 372 | 47 | 67 | 0 | 124 | 2 | 143 | 137 | 71 |
| Binary | 1110000 | 11111010 | 100111 | 110111 | 0 | 1010100 | 10 | 1100011 | 1011111 | 111001 |
Color Harmonies of #70FA27
Complementary color
Monochromatic Colors of #70FA27
Black with #70FA27
Text Example
Text Example
White with #70FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70FA27; }
p { color: rgb(112,250,39); }
H1.HeaderClassName
{
color: #70FA27;
}
.AnyTagClassName
{
color: #70FA27;
}
</style>
background-color css
<style>
a { background-color: #70FA27; }
a { background-color: rgb(112,250,39); }
div.DivClassName
{
background-color: #70FA27;
}
.BgClassName
{
background-color: #70FA27;
}
</style>
border-color css
<style>
span { border-color: #70FA27; }
span { border-color: rgb(112,250,39); }
td.TdClassName
{
border-color: #70FA27;
}
.TagClassName
{
border-color: #70FA27;
}
</style>