Html Css Color HEX #6FC82A Lima

📋 copy color: '#6FC82A'

red 111 ◦ green 200 ◦ blue 42

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

Shades of Lima #6FC82A

Tints of Lima #6FC82A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.66%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 31.44%
G = 56.66%
B = 11.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#6FC82A (or 0x6FC82A) is known color: Lima. HEX triplet: 6F, C8 and 2A. RGB value is (111,200,42). Sum of RGB (Red+Green+Blue) = 111+200+42=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC82A is #9037D5. Grayscale: #9B9B9B. Windows color (decimal): -9451478 or 2803823. OLE color: 2803823.

HSL color Cylindrical-coordinate representation of color #6FC82A: hue angle of 93.8º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FC82A is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 200 42 -
CMYK 0.44 0 0.79 0.22
HSL 93.8º 0.65% 0.47% -
HSV(B) 93.8º 0.79% 0.78% -
XYZ 27.63 44.86 9.39 -
YUV 155.38 64.01 96.35 -
System Red Green Blue C M Y K H S L
Decimal 111 200 42 0.44 0 0.79 0.22 93.8 0.65 0.47
Hex 6F C8 2A 2C 0 4F 16 5E 41 2F
Octal 157 310 52 54 0 117 26 136 101 57
Binary 1101111 11001000 101010 101100 0 1001111 10110 1011110 1000001 101111

Color Harmonies of #6FC82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC82A

Black with #6FC82A

Text Example


Text Example

White with #6FC82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,200,42); }

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

background-color css

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

 a { background-color: rgb(111,200,42); }

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

border-color css

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

 span { border-color: rgb(111,200,42); }

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