Html Css Color HEX #6FCE20 Lima

📋 copy color: '#6FCE20'

red 111 ◦ green 206 ◦ blue 32

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

Shades of Lima #6FCE20

Tints of Lima #6FCE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 31.81%
G = 59.03%
B = 9.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#6FCE20 (or 0x6FCE20) is known color: Lima. HEX triplet: 6F, CE and 20. RGB value is (111,206,32). Sum of RGB (Red+Green+Blue) = 111+206+32=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCE20 is #9031DF. Grayscale: #9E9E9E. Windows color (decimal): -9449952 or 2149999. OLE color: 2149999.

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

Color convert

RGB 111 206 32 -
CMYK 0.46 0 0.84 0.19
HSL 92.76º 0.73% 0.47% -
HSV(B) 92.76º 0.84% 0.81% -
XYZ 28.89 47.63 9.04 -
YUV 157.76 57.03 94.65 -
System Red Green Blue C M Y K H S L
Decimal 111 206 32 0.46 0 0.84 0.19 92.76 0.73 0.47
Hex 6F CE 20 2E 0 54 13 5D 49 2F
Octal 157 316 40 56 0 124 23 135 111 57
Binary 1101111 11001110 100000 101110 0 1010100 10011 1011101 1001001 101111

Color Harmonies of #6FCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCE20

Black with #6FCE20

Text Example


Text Example

White with #6FCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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