Html Css Color HEX #20C62E Lime Green

📋 copy color: '#20C62E'

red 32 ◦ green 198 ◦ blue 46

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

Shades of Lime Green #20C62E

Tints of Lime Green #20C62E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 71.74%

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 11.59%
G = 71.74%
B = 16.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#20C62E (or 0x20C62E) is known color: Lime Green. HEX triplet: 20, C6 and 2E. RGB value is (32,198,46). Sum of RGB (Red+Green+Blue) = 32+198+46=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #20C62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C62E is #DF39D1. Grayscale: #838383. Windows color (decimal): -14629330 or 3065376. OLE color: 3065376.

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

Color convert

RGB 32 198 46 -
CMYK 0.84 0 0.77 0.22
HSL 125.06º 0.72% 0.45% -
HSV(B) 125.06º 0.84% 0.78% -
XYZ 21.28 40.89 9.36 -
YUV 131.04 80 57.36 -
System Red Green Blue C M Y K H S L
Decimal 32 198 46 0.84 0 0.77 0.22 125.06 0.72 0.45
Hex 20 C6 2E 54 0 4D 16 7D 48 2D
Octal 40 306 56 124 0 115 26 175 110 55
Binary 100000 11000110 101110 1010100 0 1001101 10110 1111101 1001000 101101

Color Harmonies of #20C62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C62E

Black with #20C62E

Text Example


Text Example

White with #20C62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,198,46); }

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

background-color css

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

 a { background-color: rgb(32,198,46); }

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

border-color css

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

 span { border-color: rgb(32,198,46); }

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