Html Css Color HEX #20C43A Lime Green

📋 copy color: '#20C43A'

red 32 ◦ green 196 ◦ blue 58

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

Shades of Lime Green #20C43A

Tints of Lime Green #20C43A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 68.53%

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

R = 11.19%
G = 68.53%
B = 20.28%

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

#20C43A (or 0x20C43A) is known color: Lime Green. HEX triplet: 20, C4 and 3A. RGB value is (32,196,58). Sum of RGB (Red+Green+Blue) = 32+196+58=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #20C43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C43A is #DF3BC5. Grayscale: #838383. Windows color (decimal): -14629830 or 3851296. OLE color: 3851296.

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

Color convert

RGB 32 196 58 -
CMYK 0.84 0 0.70 0.23
HSL 129.51º 0.72% 0.45% -
HSV(B) 129.51º 0.84% 0.77% -
XYZ 21.1 40.09 10.63 -
YUV 131.23 86.67 57.22 -
System Red Green Blue C M Y K H S L
Decimal 32 196 58 0.84 0 0.70 0.23 129.51 0.72 0.45
Hex 20 C4 3A 54 0 46 17 82 48 2D
Octal 40 304 72 124 0 106 27 202 110 55
Binary 100000 11000100 111010 1010100 0 1000110 10111 10000010 1001000 101101

Color Harmonies of #20C43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C43A

Black with #20C43A

Text Example


Text Example

White with #20C43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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