Html Css Color HEX #20C63A Lime Green

📋 copy color: '#20C63A'

red 32 ◦ green 198 ◦ blue 58

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

Shades of Lime Green #20C63A

Tints of Lime Green #20C63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 11.11%
G = 68.75%
B = 20.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#20C63A (or 0x20C63A) is known color: Lime Green. HEX triplet: 20, C6 and 3A. RGB value is (32,198,58). Sum of RGB (Red+Green+Blue) = 32+198+58=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #20C63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C63A is #DF39C5. Grayscale: #848484. Windows color (decimal): -14629318 or 3851808. OLE color: 3851808.

HSL color Cylindrical-coordinate representation of color #20C63A: hue angle of 129.4º 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 #20C63A is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 58 -
CMYK 0.84 0 0.71 0.22
HSL 129.4º 0.72% 0.45% -
HSV(B) 129.4º 0.84% 0.78% -
XYZ 21.55 41 10.78 -
YUV 132.41 86 56.38 -
System Red Green Blue C M Y K H S L
Decimal 32 198 58 0.84 0 0.71 0.22 129.4 0.72 0.45
Hex 20 C6 3A 54 0 47 16 81 48 2D
Octal 40 306 72 124 0 107 26 201 110 55
Binary 100000 11000110 111010 1010100 0 1000111 10110 10000001 1001000 101101

Color Harmonies of #20C63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C63A

Black with #20C63A

Text Example


Text Example

White with #20C63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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