Html Css Color HEX #7AF100 Lawn Green

📋 copy color: '#7AF100'

red 122 ◦ green 241 ◦ blue 0

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

Shades of Lawn Green #7AF100

Tints of Lawn Green #7AF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.61%
G = 66.39%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#7AF100 (or 0x7AF100) is known color: Lawn Green. HEX triplet: 7A, F1 and 00. RGB value is (122,241,0). Sum of RGB (Red+Green+Blue) = 122+241+0=363 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.61% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF100 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7AF100 is #850EFF. Grayscale: #B2B2B2. Windows color (decimal): -8720128 or 61818. OLE color: 61818.

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

Color convert

RGB 122 241 0 -
CMYK 0.49 0 1 0.05
HSL 89.63º 1% 0.47% -
HSV(B) 89.63º 1% 0.95% -
XYZ 39.48 67.05 10.86 -
YUV 177.95 27.58 88.1 -
System Red Green Blue C M Y K H S L
Decimal 122 241 0 0.49 0 1 0.05 89.63 1 0.47
Hex 7A F1 0 31 0 64 5 5A 64 2F
Octal 172 361 0 61 0 144 5 132 144 57
Binary 1111010 11110001 0 110001 0 1100100 101 1011010 1100100 101111

Color Harmonies of #7AF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF100

Black with #7AF100

Text Example


Text Example

White with #7AF100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,241,0); }

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

background-color css

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

 a { background-color: rgb(122,241,0); }

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

border-color css

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

 span { border-color: rgb(122,241,0); }

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