#7FB411

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

Shades of Lima #7FB411

Tints of Lima #7FB411

Color information

#7FB411 (or 0x7FB411) is unknown color: approx Lima. HEX triplet: 7F, B4 and 11. RGB value is (127,180,17). Sum of RGB (Red+Green+Blue) = 127+180+17=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB411 is #804BEE. Grayscale: #929292. Windows color (decimal): -8408047 or 1160319. OLE color: 1160319.

HSL color Cylindrical-coordinate representation of color #7FB411: hue angle of 79.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FB411 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB12718017-
CMYK0.2900.910.29
HSL79.51º82.74%38.63%-
HSV(B)79.51º90.56%70.59%-
XYZ25.1737.26.38-
YUV145.5755.44114.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 17 (7.03% from 255) = 5.25%
R=39.20%
G=55.56%
B=5.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127180170.2900.910.2979.5182.7438.63
Hex7FB4111D05B1D505327
Octal177264213501333512012347
Binary1111111101101001000111101010110111110110100001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,17); }

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

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

 a { background-color: rgb(127,180,17); }

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

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

 span { border-color: rgb(127,180,17); }

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