Shades of Lawn Green #78F200
Tints of Lawn Green #78F200
RGB
CMYK
RGB Variations
Color information
#78F200 (or 0x78F200) is known color: Lawn Green. HEX triplet: 78, F2 and 00. RGB value is (120,242,0). Sum of RGB (Red+Green+Blue) = 120+242+0=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #78F200 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #78F200 is #870DFF. Grayscale: #B2B2B2. Windows color (decimal): -8850944 or 62072. OLE color: 62072.
HSL color Cylindrical-coordinate representation of color #78F200: hue angle of 90.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78F200 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.05 |
| HSL | 90.25º | 1% | 0.47% | - |
| HSV(B) | 90.25º | 1% | 0.95% | - |
| XYZ | 39.5 | 67.5 | 10.95 | - |
| YUV | 177.93 | 27.58 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 0 | 0.50 | 0 | 1 | 0.05 | 90.25 | 1 | 0.47 |
| Hex | 78 | F2 | 0 | 32 | 0 | 64 | 5 | 5A | 64 | 2F |
| Octal | 170 | 362 | 0 | 62 | 0 | 144 | 5 | 132 | 144 | 57 |
| Binary | 1111000 | 11110010 | 0 | 110010 | 0 | 1100100 | 101 | 1011010 | 1100100 | 101111 |
Color Harmonies of #78F200
Complementary color
Monochromatic Colors of #78F200
Black with #78F200
Text Example
Text Example
White with #78F200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F200; }
p { color: rgb(120,242,0); }
H1.HeaderClassName
{
color: #78F200;
}
.AnyTagClassName
{
color: #78F200;
}
</style>
background-color css
<style>
a { background-color: #78F200; }
a { background-color: rgb(120,242,0); }
div.DivClassName
{
background-color: #78F200;
}
.BgClassName
{
background-color: #78F200;
}
</style>
border-color css
<style>
span { border-color: #78F200; }
span { border-color: rgb(120,242,0); }
td.TdClassName
{
border-color: #78F200;
}
.TagClassName
{
border-color: #78F200;
}
</style>