Html Css Color HEX #6FC32B Lima

📋 copy color: '#6FC32B'

red 111 ◦ green 195 ◦ blue 43

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

Shades of Lima #6FC32B

Tints of Lima #6FC32B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.87%

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

R = 31.81%
G = 55.87%
B = 12.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#6FC32B (or 0x6FC32B) is known color: Lima. HEX triplet: 6F, C3 and 2B. RGB value is (111,195,43). Sum of RGB (Red+Green+Blue) = 111+195+43=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC32B is #903CD4. Grayscale: #999999. Windows color (decimal): -9452757 or 2868079. OLE color: 2868079.

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

Color convert

RGB 111 195 43 -
CMYK 0.43 0 0.78 0.24
HSL 93.16º 0.64% 0.47% -
HSV(B) 93.16º 0.78% 0.76% -
XYZ 26.51 42.58 9.11 -
YUV 152.56 66.17 98.36 -
System Red Green Blue C M Y K H S L
Decimal 111 195 43 0.43 0 0.78 0.24 93.16 0.64 0.47
Hex 6F C3 2B 2B 0 4E 18 5D 40 2F
Octal 157 303 53 53 0 116 30 135 100 57
Binary 1101111 11000011 101011 101011 0 1001110 11000 1011101 1000000 101111

Color Harmonies of #6FC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC32B

Black with #6FC32B

Text Example


Text Example

White with #6FC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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