Html Css Color HEX #20E63A Lime Green

📋 copy color: '#20E63A'

red 32 ◦ green 230 ◦ blue 58

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

Shades of Lime Green #20E63A

Tints of Lime Green #20E63A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.88%

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

R = 10%
G = 71.88%
B = 18.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#20E63A (or 0x20E63A) is known color: Lime Green. HEX triplet: 20, E6 and 3A. RGB value is (32,230,58). Sum of RGB (Red+Green+Blue) = 32+230+58=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #20E63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E63A is #DF19C5. Grayscale: #979797. Windows color (decimal): -14621126 or 3860000. OLE color: 3860000.

HSL color Cylindrical-coordinate representation of color #20E63A: hue angle of 127.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E63A is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB 32 230 58 -
CMYK 0.86 0 0.75 0.10
HSL 127.88º 0.8% 0.51% -
HSV(B) 127.88º 0.86% 0.9% -
XYZ 29.66 57.21 13.48 -
YUV 151.19 75.4 42.99 -
System Red Green Blue C M Y K H S L
Decimal 32 230 58 0.86 0 0.75 0.10 127.88 0.8 0.51
Hex 20 E6 3A 56 0 4B A 80 50 33
Octal 40 346 72 126 0 113 12 200 120 63
Binary 100000 11100110 111010 1010110 0 1001011 1010 10000000 1010000 110011

Color Harmonies of #20E63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E63A

Black with #20E63A

Text Example


Text Example

White with #20E63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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