Html Css Color HEX #20C53C Lime Green

📋 copy color: '#20C53C'

red 32 ◦ green 197 ◦ blue 60

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

Shades of Lime Green #20C53C

Tints of Lime Green #20C53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 11.07%
G = 68.17%
B = 20.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#20C53C (or 0x20C53C) is known color: Lime Green. HEX triplet: 20, C5 and 3C. RGB value is (32,197,60). Sum of RGB (Red+Green+Blue) = 32+197+60=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 197 (77.34% from 255 or 68.17% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 197 - color contains mainly: green. Hex color #20C53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C53C is #DF3AC3. Grayscale: #848484. Windows color (decimal): -14629572 or 3982624. OLE color: 3982624.

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

Color convert

RGB 32 197 60 -
CMYK 0.84 0 0.70 0.23
HSL 130.18º 0.72% 0.45% -
HSV(B) 130.18º 0.84% 0.77% -
XYZ 21.38 40.57 10.98 -
YUV 132.05 87.34 56.64 -
System Red Green Blue C M Y K H S L
Decimal 32 197 60 0.84 0 0.70 0.23 130.18 0.72 0.45
Hex 20 C5 3C 54 0 46 17 82 48 2D
Octal 40 305 74 124 0 106 27 202 110 55
Binary 100000 11000101 111100 1010100 0 1000110 10111 10000010 1001000 101101

Color Harmonies of #20C53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C53C

Black with #20C53C

Text Example


Text Example

White with #20C53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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