Html Css Color HEX #7AD419 Lima

📋 copy color: '#7AD419'

red 122 ◦ green 212 ◦ blue 25

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

Shades of Lima #7AD419

Tints of Lima #7AD419

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.05%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 33.98%
G = 59.05%
B = 6.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#7AD419 (or 0x7AD419) is known color: Lima. HEX triplet: 7A, D4 and 19. RGB value is (122,212,25). Sum of RGB (Red+Green+Blue) = 122+212+25=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD419 is #852BE6. Grayscale: #A4A4A4. Windows color (decimal): -8727527 or 1692794. OLE color: 1692794.

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

Color convert

RGB 122 212 25 -
CMYK 0.42 0 0.88 0.17
HSL 88.88º 0.79% 0.46% -
HSV(B) 88.88º 0.88% 0.83% -
XYZ 31.74 51.29 9.15 -
YUV 163.77 49.68 98.21 -
System Red Green Blue C M Y K H S L
Decimal 122 212 25 0.42 0 0.88 0.17 88.88 0.79 0.46
Hex 7A D4 19 2A 0 58 11 59 4F 2E
Octal 172 324 31 52 0 130 21 131 117 56
Binary 1111010 11010100 11001 101010 0 1011000 10001 1011001 1001111 101110

Color Harmonies of #7AD419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD419

Black with #7AD419

Text Example


Text Example

White with #7AD419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,212,25); }

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

background-color css

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

 a { background-color: rgb(122,212,25); }

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

border-color css

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

 span { border-color: rgb(122,212,25); }

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