Html Css Color HEX #7AD316 Lima

📋 copy color: '#7AD316'

red 122 ◦ green 211 ◦ blue 22

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

Shades of Lima #7AD316

Tints of Lima #7AD316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.44%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 34.37%
G = 59.44%
B = 6.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#7AD316 (or 0x7AD316) is known color: Lima. HEX triplet: 7A, D3 and 16. RGB value is (122,211,22). Sum of RGB (Red+Green+Blue) = 122+211+22=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD316 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD316 is #852CE9. Grayscale: #A3A3A3. Windows color (decimal): -8727786 or 1495930. OLE color: 1495930.

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

Color convert

RGB 122 211 22 -
CMYK 0.42 0 0.90 0.17
HSL 88.25º 0.81% 0.46% -
HSV(B) 88.25º 0.9% 0.83% -
XYZ 31.47 50.78 8.9 -
YUV 162.84 48.51 98.87 -
System Red Green Blue C M Y K H S L
Decimal 122 211 22 0.42 0 0.90 0.17 88.25 0.81 0.46
Hex 7A D3 16 2A 0 5A 11 58 51 2E
Octal 172 323 26 52 0 132 21 130 121 56
Binary 1111010 11010011 10110 101010 0 1011010 10001 1011000 1010001 101110

Color Harmonies of #7AD316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD316

Black with #7AD316

Text Example


Text Example

White with #7AD316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,211,22); }

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

background-color css

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

 a { background-color: rgb(122,211,22); }

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

border-color css

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

 span { border-color: rgb(122,211,22); }

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