Html Css Color HEX #6FC229 Lima

📋 copy color: '#6FC229'

red 111 ◦ green 194 ◦ blue 41

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

Shades of Lima #6FC229

Tints of Lima #6FC229

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.07%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 32.08%
G = 56.07%
B = 11.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#6FC229 (or 0x6FC229) is known color: Lima. HEX triplet: 6F, C2 and 29. RGB value is (111,194,41). Sum of RGB (Red+Green+Blue) = 111+194+41=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC229 is #903DD6. Grayscale: #989898. Windows color (decimal): -9453015 or 2736751. OLE color: 2736751.

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

Color convert

RGB 111 194 41 -
CMYK 0.43 0 0.79 0.24
HSL 92.55º 0.65% 0.46% -
HSV(B) 92.55º 0.79% 0.76% -
XYZ 26.25 42.12 8.85 -
YUV 151.74 65.5 98.94 -
System Red Green Blue C M Y K H S L
Decimal 111 194 41 0.43 0 0.79 0.24 92.55 0.65 0.46
Hex 6F C2 29 2B 0 4F 18 5D 41 2E
Octal 157 302 51 53 0 117 30 135 101 56
Binary 1101111 11000010 101001 101011 0 1001111 11000 1011101 1000001 101110

Color Harmonies of #6FC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC229

Black with #6FC229

Text Example


Text Example

White with #6FC229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,194,41); }

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

background-color css

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

 a { background-color: rgb(111,194,41); }

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

border-color css

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

 span { border-color: rgb(111,194,41); }

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