#7EA21E

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

Shades of Lima #7EA21E

Tints of Lima #7EA21E

Color information

#7EA21E (or 0x7EA21E) is unknown color: approx Lima. HEX triplet: 7E, A2 and 1E. RGB value is (126,162,30). Sum of RGB (Red+Green+Blue) = 126+162+30=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA21E is #815DE1. Grayscale: #888888. Windows color (decimal): -8478178 or 2007678. OLE color: 2007678.

HSL color Cylindrical-coordinate representation of color #7EA21E: hue angle of 76.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EA21E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB12616230-
CMYK0.2200.810.36
HSL76.36º68.75%37.65%-
HSV(B)76.36º81.48%63.53%-
XYZ21.7630.375.94-
YUV136.1968.07120.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.62%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=39.62%
G=50.94%
B=9.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126162300.2200.810.3676.3668.7537.65
Hex7EA21E16051244c4526
Octal176242362601214411410546
Binary11111101010001011110101100101000110010010011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,30); }

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

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

 a { background-color: rgb(126,162,30); }

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

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

 span { border-color: rgb(126,162,30); }

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