#7FA30F

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

Shades of Lima #7FA30F

Tints of Lima #7FA30F

Color information

#7FA30F (or 0x7FA30F) is unknown color: approx Lima. HEX triplet: 7F, A3 and 0F. RGB value is (127,163,15). Sum of RGB (Red+Green+Blue) = 127+163+15=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #7FA30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA30F is #805CF0. Grayscale: #878787. Windows color (decimal): -8412401 or 1024895. OLE color: 1024895.

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

Color convert

RGB12716315-
CMYK0.2200.910.36
HSL74.59º83.15%34.9%-
HSV(B)74.59º90.8%63.92%-
XYZ21.9430.745.23-
YUV135.3660.07122.03-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=41.64%
G=53.44%
B=4.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127163150.2200.910.3674.5983.1534.9
Hex7FA3F1605B244b5323
Octal177243172601334411312343
Binary1111111101000111111101100101101110010010010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,163,15); }

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

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

 a { background-color: rgb(127,163,15); }

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

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

 span { border-color: rgb(127,163,15); }

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