#7fbb2c

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

Shades of Lima #7FBB2C

Tints of Lima #7FBB2C

Color information

#7FBB2C (or 0x7FBB2C) is unknown color: approx Lima. HEX triplet: 7F, BB and 2C. RGB value is (127,187,44). Sum of RGB (Red+Green+Blue) = 127+187+44=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #7FBB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBB2C is #8044D3. Grayscale: #999999. Windows color (decimal): -8406228 or 2931583. OLE color: 2931583.

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

Color convert

RGB12718744-
CMYK0.3200.760.27
HSL85.17º61.9%45.29%-
HSV(B)85.17º76.47%73.33%-
XYZ26.9840.238.73-
YUV152.7666.62109.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=35.47%
G=52.23%
B=12.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127187440.3200.760.2785.1761.945.29
Hex7FBB2C2004C1B553e2d
Octal17727354400114331257655
Binary11111111011101110110010000001001100110111010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbb2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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