Html Css Color HEX #20E13B Lime Green

📋 copy color: '#20E13B'

red 32 ◦ green 225 ◦ blue 59

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

Shades of Lime Green #20E13B

Tints of Lime Green #20E13B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 71.2%

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 10.13%
G = 71.2%
B = 18.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#20E13B (or 0x20E13B) is known color: Lime Green. HEX triplet: 20, E1 and 3B. RGB value is (32,225,59). Sum of RGB (Red+Green+Blue) = 32+225+59=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #20E13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E13B is #DF1EC4. Grayscale: #949494. Windows color (decimal): -14622405 or 3924256. OLE color: 3924256.

HSL color Cylindrical-coordinate representation of color #20E13B: hue angle of 128.39º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E13B is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 225 59 -
CMYK 0.86 0 0.74 0.12
HSL 128.39º 0.76% 0.5% -
HSV(B) 128.39º 0.86% 0.88% -
XYZ 28.31 54.47 13.16 -
YUV 148.37 77.56 45 -
System Red Green Blue C M Y K H S L
Decimal 32 225 59 0.86 0 0.74 0.12 128.39 0.76 0.5
Hex 20 E1 3B 56 0 4A C 80 4C 32
Octal 40 341 73 126 0 112 14 200 114 62
Binary 100000 11100001 111011 1010110 0 1001010 1100 10000000 1001100 110010

Color Harmonies of #20E13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E13B

Black with #20E13B

Text Example


Text Example

White with #20E13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,225,59); }

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

background-color css

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

 a { background-color: rgb(32,225,59); }

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

border-color css

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

 span { border-color: rgb(32,225,59); }

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