#7AD21E

Color #7AD21E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7AD21E

Tints of Lima #7AD21E

Color information

#7AD21E (or 0x7AD21E) is unknown color: approx Lima. HEX triplet: 7A, D2 and 1E. RGB value is (122,210,30). Sum of RGB (Red+Green+Blue) = 122+210+30=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 210 (82.42% from 255 or 58.01% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD21E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD21E is #852DE1. Grayscale: #A3A3A3. Windows color (decimal): -8728034 or 2019962. OLE color: 2019962.

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

Color convert

RGB12221030-
CMYK0.4200.860.18
HSL89.33º75%47.06%-
HSV(B)89.33º85.71%82.35%-
XYZ31.3150.329.29-
YUV163.1752.8598.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.70%
GREEN value IS 210 (82.42% from 255) = 58.01%
BLUE value IS 30 (12.11% from 255) = 8.29%
R=33.70%
G=58.01%
B=8.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122210300.4200.860.1889.337547.06
Hex7AD21E2A05612594b2f
Octal172322365201262213111357
Binary11110101101001011110101010010101101001010110011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,210,30); }

 H1.HeaderClassName
 {
   color: #7AD21E;
 }
 .AnyTagClassName
 {
   color: #7AD21E;
 }
</style>
background-color css

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

 a { background-color: rgb(122,210,30); }

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

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

 span { border-color: rgb(122,210,30); }

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