Shades of Lawn Green #7BFF12
Tints of Lawn Green #7BFF12
RGB
CMYK
RGB Variations
Color information
#7BFF12 (or 0x7BFF12) is known color: Lawn Green. HEX triplet: 7B, FF and 12. RGB value is (123,255,18). Sum of RGB (Red+Green+Blue) = 123+255+18=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #7BFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7BFF12 is #8400ED. Grayscale: #BDBDBD. Windows color (decimal): -8650990 or 1245051. OLE color: 1245051.
HSL color Cylindrical-coordinate representation of color #7BFF12: hue angle of 93.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BFF12 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 255 | 18 | - |
| CMYK | 0.52 | 0 | 0.93 | 0 |
| HSL | 93.42º | 1% | 0.54% | - |
| HSV(B) | 93.42º | 0.93% | 1% | - |
| XYZ | 44.04 | 75.77 | 12.88 | - |
| YUV | 188.51 | 31.77 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 255 | 18 | 0.52 | 0 | 0.93 | 0 | 93.42 | 1 | 0.54 |
| Hex | 7B | FF | 12 | 34 | 0 | 5D | 0 | 5D | 64 | 36 |
| Octal | 173 | 377 | 22 | 64 | 0 | 135 | 0 | 135 | 144 | 66 |
| Binary | 1111011 | 11111111 | 10010 | 110100 | 0 | 1011101 | 0 | 1011101 | 1100100 | 110110 |
Color Harmonies of #7BFF12
Complementary color
Monochromatic Colors of #7BFF12
Black with #7BFF12
Text Example
Text Example
White with #7BFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFF12; }
p { color: rgb(123,255,18); }
H1.HeaderClassName
{
color: #7BFF12;
}
.AnyTagClassName
{
color: #7BFF12;
}
</style>
background-color css
<style>
a { background-color: #7BFF12; }
a { background-color: rgb(123,255,18); }
div.DivClassName
{
background-color: #7BFF12;
}
.BgClassName
{
background-color: #7BFF12;
}
</style>
border-color css
<style>
span { border-color: #7BFF12; }
span { border-color: rgb(123,255,18); }
td.TdClassName
{
border-color: #7BFF12;
}
.TagClassName
{
border-color: #7BFF12;
}
</style>