Html Css Color HEX #7AD022 Lima

📋 copy color: '#7AD022'

red 122 ◦ green 208 ◦ blue 34

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

Shades of Lima #7AD022

Tints of Lima #7AD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.14%

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 33.52%
G = 57.14%
B = 9.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#7AD022 (or 0x7AD022) is known color: Lima. HEX triplet: 7A, D0 and 22. RGB value is (122,208,34). Sum of RGB (Red+Green+Blue) = 122+208+34=364 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.52% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD022 is #852FDD. Grayscale: #A3A3A3. Windows color (decimal): -8728542 or 2281594. OLE color: 2281594.

HSL color Cylindrical-coordinate representation of color #7AD022: hue angle of 89.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AD022 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 34 -
CMYK 0.41 0 0.84 0.18
HSL 89.66º 0.72% 0.47% -
HSV(B) 89.66º 0.84% 0.82% -
XYZ 30.87 49.36 9.41 -
YUV 162.45 55.51 99.15 -
System Red Green Blue C M Y K H S L
Decimal 122 208 34 0.41 0 0.84 0.18 89.66 0.72 0.47
Hex 7A D0 22 29 0 54 12 5A 48 2F
Octal 172 320 42 51 0 124 22 132 110 57
Binary 1111010 11010000 100010 101001 0 1010100 10010 1011010 1001000 101111

Color Harmonies of #7AD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD022

Black with #7AD022

Text Example


Text Example

White with #7AD022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,34); }

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

background-color css

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

 a { background-color: rgb(122,208,34); }

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

border-color css

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

 span { border-color: rgb(122,208,34); }

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