Html Css Color HEX #6FBC2C Lima

📋 copy color: '#6FBC2C'

red 111 ◦ green 188 ◦ blue 44

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

Shades of Lima #6FBC2C

Tints of Lima #6FBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 32.36%
G = 54.81%
B = 12.83%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#6FBC2C (or 0x6FBC2C) is known color: Lima. HEX triplet: 6F, BC and 2C. RGB value is (111,188,44). Sum of RGB (Red+Green+Blue) = 111+188+44=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC2C is #9043D3. Grayscale: #959595. Windows color (decimal): -9454548 or 2931823. OLE color: 2931823.

HSL color Cylindrical-coordinate representation of color #6FBC2C: hue angle of 92.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FBC2C is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 44 -
CMYK 0.41 0 0.77 0.26
HSL 92.08º 0.62% 0.45% -
HSV(B) 92.08º 0.77% 0.74% -
XYZ 24.99 39.53 8.7 -
YUV 148.56 68.99 101.21 -
System Red Green Blue C M Y K H S L
Decimal 111 188 44 0.41 0 0.77 0.26 92.08 0.62 0.45
Hex 6F BC 2C 29 0 4D 1A 5C 3E 2D
Octal 157 274 54 51 0 115 32 134 76 55
Binary 1101111 10111100 101100 101001 0 1001101 11010 1011100 111110 101101

Color Harmonies of #6FBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBC2C

Black with #6FBC2C

Text Example


Text Example

White with #6FBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,44); }

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

background-color css

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

 a { background-color: rgb(111,188,44); }

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

border-color css

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

 span { border-color: rgb(111,188,44); }

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