Html Css Color HEX #7AD11F Lima

📋 copy color: '#7AD11F'

red 122 ◦ green 209 ◦ blue 31

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

Shades of Lima #7AD11F

Tints of Lima #7AD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.73%

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 33.7%
G = 57.73%
B = 8.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#7AD11F (or 0x7AD11F) is known color: Lima. HEX triplet: 7A, D1 and 1F. RGB value is (122,209,31). Sum of RGB (Red+Green+Blue) = 122+209+31=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD11F is #852EE0. Grayscale: #A3A3A3. Windows color (decimal): -8728289 or 2085242. OLE color: 2085242.

HSL color Cylindrical-coordinate representation of color #7AD11F: hue angle of 89.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AD11F is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 31 -
CMYK 0.42 0 0.85 0.18
HSL 89.33º 0.74% 0.47% -
HSV(B) 89.33º 0.85% 0.82% -
XYZ 31.07 49.84 9.28 -
YUV 162.7 53.68 98.97 -
System Red Green Blue C M Y K H S L
Decimal 122 209 31 0.42 0 0.85 0.18 89.33 0.74 0.47
Hex 7A D1 1F 2A 0 55 12 59 4A 2F
Octal 172 321 37 52 0 125 22 131 112 57
Binary 1111010 11010001 11111 101010 0 1010101 10010 1011001 1001010 101111

Color Harmonies of #7AD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD11F

Black with #7AD11F

Text Example


Text Example

White with #7AD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,209,31); }

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

background-color css

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

 a { background-color: rgb(122,209,31); }

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

border-color css

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

 span { border-color: rgb(122,209,31); }

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