Html Css Color HEX #6FC02B Lima

📋 copy color: '#6FC02B'

red 111 ◦ green 192 ◦ blue 43

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

Shades of Lima #6FC02B

Tints of Lima #6FC02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.49%

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

R = 32.08%
G = 55.49%
B = 12.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#6FC02B (or 0x6FC02B) is known color: Lima. HEX triplet: 6F, C0 and 2B. RGB value is (111,192,43). Sum of RGB (Red+Green+Blue) = 111+192+43=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC02B is #903FD4. Grayscale: #979797. Windows color (decimal): -9453525 or 2867311. OLE color: 2867311.

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

Color convert

RGB 111 192 43 -
CMYK 0.42 0 0.78 0.25
HSL 92.62º 0.63% 0.46% -
HSV(B) 92.62º 0.78% 0.75% -
XYZ 25.84 41.25 8.89 -
YUV 150.8 67.16 99.62 -
System Red Green Blue C M Y K H S L
Decimal 111 192 43 0.42 0 0.78 0.25 92.62 0.63 0.46
Hex 6F C0 2B 2A 0 4E 19 5D 3F 2E
Octal 157 300 53 52 0 116 31 135 77 56
Binary 1101111 11000000 101011 101010 0 1001110 11001 1011101 111111 101110

Color Harmonies of #6FC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC02B

Black with #6FC02B

Text Example


Text Example

White with #6FC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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