Html Css Color HEX #7AFC14 Lawn Green

📋 copy color: '#7AFC14'

red 122 ◦ green 252 ◦ blue 20

#7AFC14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #7AFC14

Tints of Lawn Green #7AFC14

RGB

 RED value IS 122 (48.05% from 255) = 30.96%

 GREEN value IS 252 (98.83% from 255) = 63.96%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 30.96%
G = 63.96%
B = 5.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7AFC14 (or 0x7AFC14) is known color: Lawn Green. HEX triplet: 7A, FC and 14. RGB value is (122,252,20). Sum of RGB (Red+Green+Blue) = 122+252+20=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AFC14 is #8503EB. Grayscale: #BBBBBB. Windows color (decimal): -8717292 or 1375354. OLE color: 1375354.

HSL color Cylindrical-coordinate representation of color #7AFC14: hue angle of 93.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AFC14 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 252 20 -
CMYK 0.52 0 0.92 0.01
HSL 93.62º 0.97% 0.53% -
HSV(B) 93.62º 0.92% 0.99% -
XYZ 42.96 73.81 12.64 -
YUV 186.68 33.93 81.86 -
System Red Green Blue C M Y K H S L
Decimal 122 252 20 0.52 0 0.92 0.01 93.62 0.97 0.53
Hex 7A FC 14 34 0 5C 1 5E 61 35
Octal 172 374 24 64 0 134 1 136 141 65
Binary 1111010 11111100 10100 110100 0 1011100 1 1011110 1100001 110101

Color Harmonies of #7AFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AFC14

Black with #7AFC14

Text Example


Text Example

White with #7AFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AFC14; }

 p { color: rgb(122,252,20); }

 H1.HeaderClassName
 {
   color: #7AFC14;
 }
 .AnyTagClassName
 {
   color: #7AFC14;
 }
</style>

background-color css

<style>
 a { background-color: #7AFC14; }

 a { background-color: rgb(122,252,20); }

 div.DivClassName
 {
   background-color: #7AFC14;
 }
 .BgClassName
 {
   background-color: #7AFC14;
 }
</style>

border-color css

<style>
 span { border-color: #7AFC14; }

 span { border-color: rgb(122,252,20); }

 td.TdClassName
 {
   border-color: #7AFC14;
 }
 .TagClassName
 {
   border-color: #7AFC14;
 }
</style>