Html Css Color HEX #6FCA2A Lima

📋 copy color: '#6FCA2A'

red 111 ◦ green 202 ◦ blue 42

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

Shades of Lima #6FCA2A

Tints of Lima #6FCA2A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.9%

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

R = 31.27%
G = 56.9%
B = 11.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#6FCA2A (or 0x6FCA2A) is known color: Lima. HEX triplet: 6F, CA and 2A. RGB value is (111,202,42). Sum of RGB (Red+Green+Blue) = 111+202+42=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCA2A is #9035D5. Grayscale: #9D9D9D. Windows color (decimal): -9450966 or 2804335. OLE color: 2804335.

HSL color Cylindrical-coordinate representation of color #6FCA2A: hue angle of 94.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FCA2A is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 42 -
CMYK 0.45 0 0.79 0.21
HSL 94.13º 0.66% 0.48% -
HSV(B) 94.13º 0.79% 0.79% -
XYZ 28.09 45.79 9.55 -
YUV 156.55 63.35 95.51 -
System Red Green Blue C M Y K H S L
Decimal 111 202 42 0.45 0 0.79 0.21 94.13 0.66 0.48
Hex 6F CA 2A 2D 0 4F 15 5E 42 30
Octal 157 312 52 55 0 117 25 136 102 60
Binary 1101111 11001010 101010 101101 0 1001111 10101 1011110 1000010 110000

Color Harmonies of #6FCA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCA2A

Black with #6FCA2A

Text Example


Text Example

White with #6FCA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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