Html Css Color HEX #20C13B Lime Green

📋 copy color: '#20C13B'

red 32 ◦ green 193 ◦ blue 59

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

Shades of Lime Green #20C13B

Tints of Lime Green #20C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.96%

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

R = 11.27%
G = 67.96%
B = 20.77%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#20C13B (or 0x20C13B) is known color: Lime Green. HEX triplet: 20, C1 and 3B. RGB value is (32,193,59). Sum of RGB (Red+Green+Blue) = 32+193+59=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #20C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C13B is #DF3EC4. Grayscale: #818181. Windows color (decimal): -14630597 or 3916064. OLE color: 3916064.

HSL color Cylindrical-coordinate representation of color #20C13B: hue angle of 130.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C13B is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 59 -
CMYK 0.83 0 0.69 0.24
HSL 130.06º 0.72% 0.44% -
HSV(B) 130.06º 0.83% 0.76% -
XYZ 20.46 38.76 10.54 -
YUV 129.59 88.16 58.4 -
System Red Green Blue C M Y K H S L
Decimal 32 193 59 0.83 0 0.69 0.24 130.06 0.72 0.44
Hex 20 C1 3B 53 0 45 18 82 48 2C
Octal 40 301 73 123 0 105 30 202 110 54
Binary 100000 11000001 111011 1010011 0 1000101 11000 10000010 1001000 101100

Color Harmonies of #20C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C13B

Black with #20C13B

Text Example


Text Example

White with #20C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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