Html Css Color HEX #20C63E Lime Green

📋 copy color: '#20C63E'

red 32 ◦ green 198 ◦ blue 62

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

Shades of Lime Green #20C63E

Tints of Lime Green #20C63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 10.96%
G = 67.81%
B = 21.23%

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

#20C63E (or 0x20C63E) is known color: Lime Green. HEX triplet: 20, C6 and 3E. RGB value is (32,198,62). Sum of RGB (Red+Green+Blue) = 32+198+62=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #20C63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C63E is #DF39C1. Grayscale: #858585. Windows color (decimal): -14629314 or 4113952. OLE color: 4113952.

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

Color convert

RGB 32 198 62 -
CMYK 0.84 0 0.69 0.22
HSL 130.84º 0.72% 0.45% -
HSV(B) 130.84º 0.84% 0.78% -
XYZ 21.66 41.04 11.34 -
YUV 132.86 88 56.06 -
System Red Green Blue C M Y K H S L
Decimal 32 198 62 0.84 0 0.69 0.22 130.84 0.72 0.45
Hex 20 C6 3E 54 0 45 16 83 48 2D
Octal 40 306 76 124 0 105 26 203 110 55
Binary 100000 11000110 111110 1010100 0 1000101 10110 10000011 1001000 101101

Color Harmonies of #20C63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C63E

Black with #20C63E

Text Example


Text Example

White with #20C63E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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