#6FBA30

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

Shades of Lima #6FBA30

Tints of Lima #6FBA30

Color information

#6FBA30 (or 0x6FBA30) is unknown color: approx Lima. HEX triplet: 6F, BA and 30. RGB value is (111,186,48). Sum of RGB (Red+Green+Blue) = 111+186+48=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBA30 is #9045CF. Grayscale: #949494. Windows color (decimal): -9455056 or 3193455. OLE color: 3193455.

HSL color Cylindrical-coordinate representation of color #6FBA30: hue angle of 92.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FBA30 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB11118648-
CMYK0.4000.740.27
HSL92.61º58.97%45.88%-
HSV(B)92.61º74.19%72.94%-
XYZ24.6538.718.97-
YUV147.8471.65101.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=32.17%
G=53.91%
B=13.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111186480.4000.740.2792.6158.9745.88
Hex6FBA302804A1B5d3b2e
Octal15727260500112331357356
Binary11011111011101011000010100001001010110111011101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,48); }

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

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

 a { background-color: rgb(111,186,48); }

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

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

 span { border-color: rgb(111,186,48); }

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