Html Css Color HEX #6DCE2A Lima

📋 copy color: '#6DCE2A'

red 109 ◦ green 206 ◦ blue 42

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

Shades of Lima #6DCE2A

Tints of Lima #6DCE2A

RGB

 RED value IS 109 (42.97% from 255) = 30.53%

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

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

R = 30.53%
G = 57.7%
B = 11.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#6DCE2A (or 0x6DCE2A) is known color: Lima. HEX triplet: 6D, CE and 2A. RGB value is (109,206,42). Sum of RGB (Red+Green+Blue) = 109+206+42=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCE2A is #9231D5. Grayscale: #9E9E9E. Windows color (decimal): -9581014 or 2805357. OLE color: 2805357.

HSL color Cylindrical-coordinate representation of color #6DCE2A: hue angle of 95.49º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6DCE2A is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 206 42 -
CMYK 0.47 0 0.80 0.19
HSL 95.49º 0.66% 0.49% -
HSV(B) 95.49º 0.8% 0.81% -
XYZ 28.8 47.56 9.85 -
YUV 158.3 62.36 92.84 -
System Red Green Blue C M Y K H S L
Decimal 109 206 42 0.47 0 0.80 0.19 95.49 0.66 0.49
Hex 6D CE 2A 2F 0 50 13 5F 42 31
Octal 155 316 52 57 0 120 23 137 102 61
Binary 1101101 11001110 101010 101111 0 1010000 10011 1011111 1000010 110001

Color Harmonies of #6DCE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCE2A

Black with #6DCE2A

Text Example


Text Example

White with #6DCE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,206,42); }

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

background-color css

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

 a { background-color: rgb(109,206,42); }

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

border-color css

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

 span { border-color: rgb(109,206,42); }

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