Html Css Color HEX #6FBF2B Lima

📋 copy color: '#6FBF2B'

red 111 ◦ green 191 ◦ blue 43

#6FBF2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #6FBF2B

Tints of Lima #6FBF2B

RGB

 RED value IS 111 (43.75% from 255) = 32.17%

 GREEN value IS 191 (75% from 255) = 55.36%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 32.17%
G = 55.36%
B = 12.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#6FBF2B (or 0x6FBF2B) is known color: Lima. HEX triplet: 6F, BF and 2B. RGB value is (111,191,43). Sum of RGB (Red+Green+Blue) = 111+191+43=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBF2B is #9040D4. Grayscale: #969696. Windows color (decimal): -9453781 or 2867055. OLE color: 2867055.

HSL color Cylindrical-coordinate representation of color #6FBF2B: hue angle of 92.43º 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 #6FBF2B is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 191 43 -
CMYK 0.42 0 0.77 0.25
HSL 92.43º 0.63% 0.46% -
HSV(B) 92.43º 0.77% 0.75% -
XYZ 25.62 40.82 8.81 -
YUV 150.21 67.5 100.03 -
System Red Green Blue C M Y K H S L
Decimal 111 191 43 0.42 0 0.77 0.25 92.43 0.63 0.46
Hex 6F BF 2B 2A 0 4D 19 5C 3F 2E
Octal 157 277 53 52 0 115 31 134 77 56
Binary 1101111 10111111 101011 101010 0 1001101 11001 1011100 111111 101110

Color Harmonies of #6FBF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBF2B

Black with #6FBF2B

Text Example


Text Example

White with #6FBF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6FBF2B;
 }
 .AnyTagClassName
 {
   color: #6FBF2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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