Html Css Color HEX #20C63D Lime Green

📋 copy color: '#20C63D'

red 32 ◦ green 198 ◦ blue 61

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

Shades of Lime Green #20C63D

Tints of Lime Green #20C63D

RGB

 RED value IS 32 (12.89% from 255) = 11%

 GREEN value IS 198 (77.73% from 255) = 68.04%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 11%
G = 68.04%
B = 20.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#20C63D (or 0x20C63D) is known color: Lime Green. HEX triplet: 20, C6 and 3D. RGB value is (32,198,61). Sum of RGB (Red+Green+Blue) = 32+198+61=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #20C63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C63D is #DF39C2. Grayscale: #858585. Windows color (decimal): -14629315 or 4048416. OLE color: 4048416.

HSL color Cylindrical-coordinate representation of color #20C63D: hue angle of 130.48º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C63D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 61 -
CMYK 0.84 0 0.69 0.22
HSL 130.48º 0.72% 0.45% -
HSV(B) 130.48º 0.84% 0.78% -
XYZ 21.63 41.03 11.19 -
YUV 132.75 87.5 56.14 -
System Red Green Blue C M Y K H S L
Decimal 32 198 61 0.84 0 0.69 0.22 130.48 0.72 0.45
Hex 20 C6 3D 54 0 45 16 82 48 2D
Octal 40 306 75 124 0 105 26 202 110 55
Binary 100000 11000110 111101 1010100 0 1000101 10110 10000010 1001000 101101

Color Harmonies of #20C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C63D

Black with #20C63D

Text Example


Text Example

White with #20C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C63D; }

 p { color: rgb(32,198,61); }

 H1.HeaderClassName
 {
   color: #20C63D;
 }
 .AnyTagClassName
 {
   color: #20C63D;
 }
</style>

background-color css

<style>
 a { background-color: #20C63D; }

 a { background-color: rgb(32,198,61); }

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

border-color css

<style>
 span { border-color: #20C63D; }

 span { border-color: rgb(32,198,61); }

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