Html Css Color HEX #20C43E Lime Green

📋 copy color: '#20C43E'

red 32 ◦ green 196 ◦ blue 62

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

Shades of Lime Green #20C43E

Tints of Lime Green #20C43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 11.03%
G = 67.59%
B = 21.38%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#20C43E (or 0x20C43E) is known color: Lime Green. HEX triplet: 20, C4 and 3E. RGB value is (32,196,62). Sum of RGB (Red+Green+Blue) = 32+196+62=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 196 (76.95% from 255 or 67.59% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 196 - color contains mainly: green. Hex color #20C43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C43E is #DF3BC1. Grayscale: #848484. Windows color (decimal): -14629826 or 4113440. OLE color: 4113440.

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

Color convert

RGB 32 196 62 -
CMYK 0.84 0 0.68 0.23
HSL 130.98º 0.72% 0.45% -
HSV(B) 130.98º 0.84% 0.77% -
XYZ 21.21 40.13 11.19 -
YUV 131.69 88.67 56.9 -
System Red Green Blue C M Y K H S L
Decimal 32 196 62 0.84 0 0.68 0.23 130.98 0.72 0.45
Hex 20 C4 3E 54 0 44 17 83 48 2D
Octal 40 304 76 124 0 104 27 203 110 55
Binary 100000 11000100 111110 1010100 0 1000100 10111 10000011 1001000 101101

Color Harmonies of #20C43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C43E

Black with #20C43E

Text Example


Text Example

White with #20C43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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