Html Css Color HEX #7AF502 Lawn Green

📋 copy color: '#7AF502'

red 122 ◦ green 245 ◦ blue 2

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

Shades of Lawn Green #7AF502

Tints of Lawn Green #7AF502

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.4%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 33.06%
G = 66.4%
B = 0.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#7AF502 (or 0x7AF502) is known color: Lawn Green. HEX triplet: 7A, F5 and 02. RGB value is (122,245,2). Sum of RGB (Red+Green+Blue) = 122+245+2=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF502 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF502 is #850AFD. Grayscale: #B5B5B5. Windows color (decimal): -8719102 or 193914. OLE color: 193914.

HSL color Cylindrical-coordinate representation of color #7AF502: hue angle of 90.37º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AF502 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 122 245 2 -
CMYK 0.50 0 0.99 0.04
HSL 90.37º 0.98% 0.48% -
HSV(B) 90.37º 0.99% 0.96% -
XYZ 40.69 69.45 11.32 -
YUV 180.52 27.25 86.26 -
System Red Green Blue C M Y K H S L
Decimal 122 245 2 0.50 0 0.99 0.04 90.37 0.98 0.48
Hex 7A F5 2 32 0 63 4 5A 62 30
Octal 172 365 2 62 0 143 4 132 142 60
Binary 1111010 11110101 10 110010 0 1100011 100 1011010 1100010 110000

Color Harmonies of #7AF502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF502

Black with #7AF502

Text Example


Text Example

White with #7AF502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,245,2); }

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

background-color css

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

 a { background-color: rgb(122,245,2); }

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

border-color css

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

 span { border-color: rgb(122,245,2); }

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