Html Css Color HEX #7AD518 Lima

📋 copy color: '#7AD518'

red 122 ◦ green 213 ◦ blue 24

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

Shades of Lima #7AD518

Tints of Lima #7AD518

RGB

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

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

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

R = 33.98%
G = 59.33%
B = 6.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#7AD518 (or 0x7AD518) is known color: Lima. HEX triplet: 7A, D5 and 18. RGB value is (122,213,24). Sum of RGB (Red+Green+Blue) = 122+213+24=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD518 is #852AE7. Grayscale: #A4A4A4. Windows color (decimal): -8727272 or 1627514. OLE color: 1627514.

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

Color convert

RGB 122 213 24 -
CMYK 0.43 0 0.89 0.16
HSL 88.89º 0.8% 0.46% -
HSV(B) 88.89º 0.89% 0.84% -
XYZ 31.99 51.79 9.18 -
YUV 164.25 48.85 97.87 -
System Red Green Blue C M Y K H S L
Decimal 122 213 24 0.43 0 0.89 0.16 88.89 0.8 0.46
Hex 7A D5 18 2B 0 59 10 59 50 2E
Octal 172 325 30 53 0 131 20 131 120 56
Binary 1111010 11010101 11000 101011 0 1011001 10000 1011001 1010000 101110

Color Harmonies of #7AD518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD518

Black with #7AD518

Text Example


Text Example

White with #7AD518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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