Html Css Color HEX #7AD21A Lima

📋 copy color: '#7AD21A'

red 122 ◦ green 210 ◦ blue 26

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

Shades of Lima #7AD21A

Tints of Lima #7AD21A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.66%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 34.08%
G = 58.66%
B = 7.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#7AD21A (or 0x7AD21A) is known color: Lima. HEX triplet: 7A, D2 and 1A. RGB value is (122,210,26). Sum of RGB (Red+Green+Blue) = 122+210+26=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD21A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD21A is #852DE5. Grayscale: #A3A3A3. Windows color (decimal): -8728038 or 1757818. OLE color: 1757818.

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

Color convert

RGB 122 210 26 -
CMYK 0.42 0 0.88 0.18
HSL 88.7º 0.78% 0.46% -
HSV(B) 88.7º 0.88% 0.82% -
XYZ 31.26 50.31 9.04 -
YUV 162.71 50.85 98.96 -
System Red Green Blue C M Y K H S L
Decimal 122 210 26 0.42 0 0.88 0.18 88.7 0.78 0.46
Hex 7A D2 1A 2A 0 58 12 59 4E 2E
Octal 172 322 32 52 0 130 22 131 116 56
Binary 1111010 11010010 11010 101010 0 1011000 10010 1011001 1001110 101110

Color Harmonies of #7AD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD21A

Black with #7AD21A

Text Example


Text Example

White with #7AD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,26); }

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

background-color css

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

 a { background-color: rgb(122,210,26); }

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

border-color css

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

 span { border-color: rgb(122,210,26); }

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