Html Css Color HEX #6FC12B Lima

📋 copy color: '#6FC12B'

red 111 ◦ green 193 ◦ blue 43

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

Shades of Lima #6FC12B

Tints of Lima #6FC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.62%

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

R = 31.99%
G = 55.62%
B = 12.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#6FC12B (or 0x6FC12B) is known color: Lima. HEX triplet: 6F, C1 and 2B. RGB value is (111,193,43). Sum of RGB (Red+Green+Blue) = 111+193+43=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC12B is #903ED4. Grayscale: #979797. Windows color (decimal): -9453269 or 2867567. OLE color: 2867567.

HSL color Cylindrical-coordinate representation of color #6FC12B: hue angle of 92.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FC12B is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 193 43 -
CMYK 0.42 0 0.78 0.24
HSL 92.8º 0.64% 0.46% -
HSV(B) 92.8º 0.78% 0.76% -
XYZ 26.06 41.69 8.96 -
YUV 151.38 66.83 99.2 -
System Red Green Blue C M Y K H S L
Decimal 111 193 43 0.42 0 0.78 0.24 92.8 0.64 0.46
Hex 6F C1 2B 2A 0 4E 18 5D 40 2E
Octal 157 301 53 52 0 116 30 135 100 56
Binary 1101111 11000001 101011 101010 0 1001110 11000 1011101 1000000 101110

Color Harmonies of #6FC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC12B

Black with #6FC12B

Text Example


Text Example

White with #6FC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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