#6FBF2C

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

Shades of Lima #6FBF2C

Tints of Lima #6FBF2C

Color information

#6FBF2C (or 0x6FBF2C) is unknown color: approx Lima. HEX triplet: 6F, BF and 2C. RGB value is (111,191,44). Sum of RGB (Red+Green+Blue) = 111+191+44=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF2C is #9040D3. Grayscale: #969696. Windows color (decimal): -9453780 or 2932591. OLE color: 2932591.

HSL color Cylindrical-coordinate representation of color #6FBF2C: hue angle of 92.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FBF2C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB11119144-
CMYK0.4200.770.25
HSL92.65º62.55%46.08%-
HSV(B)92.65º76.96%74.9%-
XYZ25.6440.828.91-
YUV150.326899.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=32.08%
G=55.20%
B=12.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111191440.4200.770.2592.6562.5546.08
Hex6FBF2C2A04D195d3f2e
Octal15727754520115311357756
Binary11011111011111110110010101001001101110011011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBF2C; }

 p { color: rgb(111,191,44); }

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

<style>
 a { background-color: #6FBF2C; }

 a { background-color: rgb(111,191,44); }

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

<style>
 span { border-color: #6FBF2C; }

 span { border-color: rgb(111,191,44); }

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