Shades of Lawn Green #7AFE34
Tints of Lawn Green #7AFE34
RGB
CMYK
RGB Variations
Color information
#7AFE34 (or 0x7AFE34) is known color: Lawn Green. HEX triplet: 7A, FE and 34. RGB value is (122,254,52). Sum of RGB (Red+Green+Blue) = 122+254+52=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFE34 is #8501CB. Grayscale: #C0C0C0. Windows color (decimal): -8716748 or 3473018. OLE color: 3473018.
HSL color Cylindrical-coordinate representation of color #7AFE34: hue angle of 99.21º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AFE34 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 52 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.00 |
| HSL | 99.21º | 0.99% | 0.6% | - |
| HSV(B) | 99.21º | 0.8% | 1% | - |
| XYZ | 44.09 | 75.27 | 15.45 | - |
| YUV | 191.5 | 49.27 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 52 | 0.52 | 0 | 0.80 | 0.00 | 99.21 | 0.99 | 0.6 |
| Hex | 7A | FE | 34 | 34 | 0 | 50 | 0 | 63 | 63 | 3C |
| Octal | 172 | 376 | 64 | 64 | 0 | 120 | 0 | 143 | 143 | 74 |
| Binary | 1111010 | 11111110 | 110100 | 110100 | 0 | 1010000 | 0 | 1100011 | 1100011 | 111100 |
Color Harmonies of #7AFE34
Complementary color
Monochromatic Colors of #7AFE34
Black with #7AFE34
Text Example
Text Example
White with #7AFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE34; }
p { color: rgb(122,254,52); }
H1.HeaderClassName
{
color: #7AFE34;
}
.AnyTagClassName
{
color: #7AFE34;
}
</style>
background-color css
<style>
a { background-color: #7AFE34; }
a { background-color: rgb(122,254,52); }
div.DivClassName
{
background-color: #7AFE34;
}
.BgClassName
{
background-color: #7AFE34;
}
</style>
border-color css
<style>
span { border-color: #7AFE34; }
span { border-color: rgb(122,254,52); }
td.TdClassName
{
border-color: #7AFE34;
}
.TagClassName
{
border-color: #7AFE34;
}
</style>