#7FBB1A

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

Shades of Lima #7FBB1A

Tints of Lima #7FBB1A

Color information

#7FBB1A (or 0x7FBB1A) is unknown color: approx Lima. HEX triplet: 7F, BB and 1A. RGB value is (127,187,26). Sum of RGB (Red+Green+Blue) = 127+187+26=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBB1A is #8044E5. Grayscale: #979797. Windows color (decimal): -8406246 or 1751935. OLE color: 1751935.

HSL color Cylindrical-coordinate representation of color #7FBB1A: hue angle of 82.36º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FBB1A is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB12718726-
CMYK0.3200.860.27
HSL82.36º75.59%41.76%-
HSV(B)82.36º86.1%73.33%-
XYZ26.7140.137.31-
YUV150.7157.62111.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 187 (73.44% from 255) = 55%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=37.35%
G=55%
B=7.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127187260.3200.860.2782.3675.5941.76
Hex7FBB1A200561B524c2a
Octal177273324001263312211452
Binary11111111011101111010100000010101101101110100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,187,26); }

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

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

 a { background-color: rgb(127,187,26); }

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

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

 span { border-color: rgb(127,187,26); }

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