Html Css Color HEX #6FCE2B Lima

📋 copy color: '#6FCE2B'

red 111 ◦ green 206 ◦ blue 43

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

Shades of Lima #6FCE2B

Tints of Lima #6FCE2B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.22%

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

R = 30.83%
G = 57.22%
B = 11.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#6FCE2B (or 0x6FCE2B) is known color: Lima. HEX triplet: 6F, CE and 2B. RGB value is (111,206,43). Sum of RGB (Red+Green+Blue) = 111+206+43=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCE2B is #9031D4. Grayscale: #9F9F9F. Windows color (decimal): -9449941 or 2870895. OLE color: 2870895.

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

Color convert

RGB 111 206 43 -
CMYK 0.46 0 0.79 0.19
HSL 94.97º 0.65% 0.49% -
HSV(B) 94.97º 0.79% 0.81% -
XYZ 29.06 47.7 9.96 -
YUV 159.01 62.53 93.75 -
System Red Green Blue C M Y K H S L
Decimal 111 206 43 0.46 0 0.79 0.19 94.97 0.65 0.49
Hex 6F CE 2B 2E 0 4F 13 5F 41 31
Octal 157 316 53 56 0 117 23 137 101 61
Binary 1101111 11001110 101011 101110 0 1001111 10011 1011111 1000001 110001

Color Harmonies of #6FCE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCE2B

Black with #6FCE2B

Text Example


Text Example

White with #6FCE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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