Shades of Lawn Green #78F232
Tints of Lawn Green #78F232
RGB
CMYK
RGB Variations
Color information
#78F232 (or 0x78F232) is known color: Lawn Green. HEX triplet: 78, F2 and 32. RGB value is (120,242,50). Sum of RGB (Red+Green+Blue) = 120+242+50=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #78F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #78F232 is #870DCD. Grayscale: #B8B8B8. Windows color (decimal): -8850894 or 3338872. OLE color: 3338872.
HSL color Cylindrical-coordinate representation of color #78F232: hue angle of 98.12º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78F232 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 50 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.05 |
| HSL | 98.13º | 0.88% | 0.57% | - |
| HSV(B) | 98.13º | 0.79% | 0.95% | - |
| XYZ | 40.07 | 67.73 | 13.98 | - |
| YUV | 183.63 | 52.58 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 50 | 0.50 | 0 | 0.79 | 0.05 | 98.13 | 0.88 | 0.57 |
| Hex | 78 | F2 | 32 | 32 | 0 | 4F | 5 | 62 | 58 | 39 |
| Octal | 170 | 362 | 62 | 62 | 0 | 117 | 5 | 142 | 130 | 71 |
| Binary | 1111000 | 11110010 | 110010 | 110010 | 0 | 1001111 | 101 | 1100010 | 1011000 | 111001 |
Color Harmonies of #78F232
Complementary color
Monochromatic Colors of #78F232
Black with #78F232
Text Example
Text Example
White with #78F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F232; }
p { color: rgb(120,242,50); }
H1.HeaderClassName
{
color: #78F232;
}
.AnyTagClassName
{
color: #78F232;
}
</style>
background-color css
<style>
a { background-color: #78F232; }
a { background-color: rgb(120,242,50); }
div.DivClassName
{
background-color: #78F232;
}
.BgClassName
{
background-color: #78F232;
}
</style>
border-color css
<style>
span { border-color: #78F232; }
span { border-color: rgb(120,242,50); }
td.TdClassName
{
border-color: #78F232;
}
.TagClassName
{
border-color: #78F232;
}
</style>