Html Css Color HEX #20C53D Lime Green

📋 copy color: '#20C53D'

red 32 ◦ green 197 ◦ blue 61

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

Shades of Lime Green #20C53D

Tints of Lime Green #20C53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 67.93%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 11.03%
G = 67.93%
B = 21.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#20C53D (or 0x20C53D) is known color: Lime Green. HEX triplet: 20, C5 and 3D. RGB value is (32,197,61). Sum of RGB (Red+Green+Blue) = 32+197+61=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #20C53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C53D is #DF3AC2. Grayscale: #848484. Windows color (decimal): -14629571 or 4048160. OLE color: 4048160.

HSL color Cylindrical-coordinate representation of color #20C53D: hue angle of 130.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C53D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 197 61 -
CMYK 0.84 0 0.69 0.23
HSL 130.55º 0.72% 0.45% -
HSV(B) 130.55º 0.84% 0.77% -
XYZ 21.4 40.58 11.12 -
YUV 132.16 87.84 56.56 -
System Red Green Blue C M Y K H S L
Decimal 32 197 61 0.84 0 0.69 0.23 130.55 0.72 0.45
Hex 20 C5 3D 54 0 45 17 83 48 2D
Octal 40 305 75 124 0 105 27 203 110 55
Binary 100000 11000101 111101 1010100 0 1000101 10111 10000011 1001000 101101

Color Harmonies of #20C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C53D

Black with #20C53D

Text Example


Text Example

White with #20C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,197,61); }

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

background-color css

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

 a { background-color: rgb(32,197,61); }

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

border-color css

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

 span { border-color: rgb(32,197,61); }

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