Html Css Color HEX #6FCA2B Lima

📋 copy color: '#6FCA2B'

red 111 ◦ green 202 ◦ blue 43

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

Shades of Lima #6FCA2B

Tints of Lima #6FCA2B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

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

R = 31.18%
G = 56.74%
B = 12.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#6FCA2B (or 0x6FCA2B) is known color: Lima. HEX triplet: 6F, CA and 2B. RGB value is (111,202,43). Sum of RGB (Red+Green+Blue) = 111+202+43=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA2B is #9035D4. Grayscale: #9D9D9D. Windows color (decimal): -9450965 or 2869871. OLE color: 2869871.

HSL color Cylindrical-coordinate representation of color #6FCA2B: hue angle of 94.34º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FCA2B is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 43 -
CMYK 0.45 0 0.79 0.21
HSL 94.34º 0.65% 0.48% -
HSV(B) 94.34º 0.79% 0.79% -
XYZ 28.11 45.79 9.64 -
YUV 156.67 63.85 95.43 -
System Red Green Blue C M Y K H S L
Decimal 111 202 43 0.45 0 0.79 0.21 94.34 0.65 0.48
Hex 6F CA 2B 2D 0 4F 15 5E 41 30
Octal 157 312 53 55 0 117 25 136 101 60
Binary 1101111 11001010 101011 101101 0 1001111 10101 1011110 1000001 110000

Color Harmonies of #6FCA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCA2B

Black with #6FCA2B

Text Example


Text Example

White with #6FCA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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