Html Css Color HEX #7AD118 Lima

📋 copy color: '#7AD118'

red 122 ◦ green 209 ◦ blue 24

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

Shades of Lima #7AD118

Tints of Lima #7AD118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 34.37%
G = 58.87%
B = 6.76%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#7AD118 (or 0x7AD118) is known color: Lima. HEX triplet: 7A, D1 and 18. RGB value is (122,209,24). Sum of RGB (Red+Green+Blue) = 122+209+24=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD118 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD118 is #852EE7. Grayscale: #A2A2A2. Windows color (decimal): -8728296 or 1626490. OLE color: 1626490.

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

Color convert

RGB 122 209 24 -
CMYK 0.42 0 0.89 0.18
HSL 88.22º 0.79% 0.46% -
HSV(B) 88.22º 0.89% 0.82% -
XYZ 30.99 49.8 8.84 -
YUV 161.9 50.18 99.54 -
System Red Green Blue C M Y K H S L
Decimal 122 209 24 0.42 0 0.89 0.18 88.22 0.79 0.46
Hex 7A D1 18 2A 0 59 12 58 4F 2E
Octal 172 321 30 52 0 131 22 130 117 56
Binary 1111010 11010001 11000 101010 0 1011001 10010 1011000 1001111 101110

Color Harmonies of #7AD118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD118

Black with #7AD118

Text Example


Text Example

White with #7AD118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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