Html Css Color HEX #7AF12A Lawn Green

📋 copy color: '#7AF12A'

red 122 ◦ green 241 ◦ blue 42

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

Shades of Lawn Green #7AF12A

Tints of Lawn Green #7AF12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.37%

R = 30.12%
G = 59.51%
B = 10.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#7AF12A (or 0x7AF12A) is known color: Lawn Green. HEX triplet: 7A, F1 and 2A. RGB value is (122,241,42). Sum of RGB (Red+Green+Blue) = 122+241+42=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF12A is #850ED5. Grayscale: #B7B7B7. Windows color (decimal): -8720086 or 2814330. OLE color: 2814330.

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

Color convert

RGB 122 241 42 -
CMYK 0.49 0 0.83 0.05
HSL 95.88º 0.88% 0.55% -
HSV(B) 95.88º 0.83% 0.95% -
XYZ 39.9 67.22 13.06 -
YUV 182.73 48.58 84.68 -
System Red Green Blue C M Y K H S L
Decimal 122 241 42 0.49 0 0.83 0.05 95.88 0.88 0.55
Hex 7A F1 2A 31 0 53 5 60 58 37
Octal 172 361 52 61 0 123 5 140 130 67
Binary 1111010 11110001 101010 110001 0 1010011 101 1100000 1011000 110111

Color Harmonies of #7AF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AF12A

Black with #7AF12A

Text Example


Text Example

White with #7AF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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