#7FA21E

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

Shades of Lima #7FA21E

Tints of Lima #7FA21E

Color information

#7FA21E (or 0x7FA21E) is unknown color: approx Lima. HEX triplet: 7F, A2 and 1E. RGB value is (127,162,30). Sum of RGB (Red+Green+Blue) = 127+162+30=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA21E is #805DE1. Grayscale: #888888. Windows color (decimal): -8412642 or 2007679. OLE color: 2007679.

HSL color Cylindrical-coordinate representation of color #7FA21E: hue angle of 75.91º 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 #7FA21E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB12716230-
CMYK0.2200.810.36
HSL75.91º68.75%37.65%-
HSV(B)75.91º81.48%63.53%-
XYZ21.9130.455.95-
YUV136.4967.9121.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.81%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=39.81%
G=50.78%
B=9.40%

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
Decimal127162300.2200.810.3675.9168.7537.65
Hex7FA21E16051244c4526
Octal177242362601214411410546
Binary11111111010001011110101100101000110010010011001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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