Html Css Color HEX #7AF201 Lawn Green

📋 copy color: '#7AF201'

red 122 ◦ green 242 ◦ blue 1

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

Shades of Lawn Green #7AF201

Tints of Lawn Green #7AF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 66.3%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 33.42%
G = 66.3%
B = 0.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#7AF201 (or 0x7AF201) is known color: Lawn Green. HEX triplet: 7A, F2 and 01. RGB value is (122,242,1). Sum of RGB (Red+Green+Blue) = 122+242+1=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF201 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF201 is #850DFE. Grayscale: #B3B3B3. Windows color (decimal): -8719871 or 127610. OLE color: 127610.

HSL color Cylindrical-coordinate representation of color #7AF201: hue angle of 89.88º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AF201 is Cyan = 0.50, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 122 242 1 -
CMYK 0.50 0 1.00 0.05
HSL 89.88º 0.99% 0.48% -
HSV(B) 89.88º 1% 0.95% -
XYZ 39.78 67.64 10.99 -
YUV 178.65 27.74 87.6 -
System Red Green Blue C M Y K H S L
Decimal 122 242 1 0.50 0 1.00 0.05 89.88 0.99 0.48
Hex 7A F2 1 32 0 64 5 5A 63 30
Octal 172 362 1 62 0 144 5 132 143 60
Binary 1111010 11110010 1 110010 0 1100100 101 1011010 1100011 110000

Color Harmonies of #7AF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF201

Black with #7AF201

Text Example


Text Example

White with #7AF201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,242,1); }

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

background-color css

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

 a { background-color: rgb(122,242,1); }

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

border-color css

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

 span { border-color: rgb(122,242,1); }

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