Html Css Color HEX #7AD519 Lima

📋 copy color: '#7AD519'

red 122 ◦ green 213 ◦ blue 25

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

Shades of Lima #7AD519

Tints of Lima #7AD519

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.17%

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

R = 33.89%
G = 59.17%
B = 6.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#7AD519 (or 0x7AD519) is known color: Lima. HEX triplet: 7A, D5 and 19. RGB value is (122,213,25). Sum of RGB (Red+Green+Blue) = 122+213+25=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD519 is #852AE6. Grayscale: #A5A5A5. Windows color (decimal): -8727271 or 1693050. OLE color: 1693050.

HSL color Cylindrical-coordinate representation of color #7AD519: hue angle of 89.04º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AD519 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 213 25 -
CMYK 0.43 0 0.88 0.16
HSL 89.04º 0.79% 0.47% -
HSV(B) 89.04º 0.88% 0.84% -
XYZ 32 51.8 9.23 -
YUV 164.36 49.35 97.79 -
System Red Green Blue C M Y K H S L
Decimal 122 213 25 0.43 0 0.88 0.16 89.04 0.79 0.47
Hex 7A D5 19 2B 0 58 10 59 4F 2F
Octal 172 325 31 53 0 130 20 131 117 57
Binary 1111010 11010101 11001 101011 0 1011000 10000 1011001 1001111 101111

Color Harmonies of #7AD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD519

Black with #7AD519

Text Example


Text Example

White with #7AD519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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