Html Css Color HEX #20C62C Lime Green

📋 copy color: '#20C62C'

red 32 ◦ green 198 ◦ blue 44

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

Shades of Lime Green #20C62C

Tints of Lime Green #20C62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 11.68%
G = 72.26%
B = 16.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#20C62C (or 0x20C62C) is known color: Lime Green. HEX triplet: 20, C6 and 2C. RGB value is (32,198,44). Sum of RGB (Red+Green+Blue) = 32+198+44=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 198 (77.73% from 255 or 72.26% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 198 - color contains mainly: green. Hex color #20C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C62C is #DF39D3. Grayscale: #838383. Windows color (decimal): -14629332 or 2934304. OLE color: 2934304.

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

Color convert

RGB 32 198 44 -
CMYK 0.84 0 0.78 0.22
HSL 124.34º 0.72% 0.45% -
HSV(B) 124.34º 0.84% 0.78% -
XYZ 21.24 40.88 9.15 -
YUV 130.81 79 57.52 -
System Red Green Blue C M Y K H S L
Decimal 32 198 44 0.84 0 0.78 0.22 124.34 0.72 0.45
Hex 20 C6 2C 54 0 4E 16 7C 48 2D
Octal 40 306 54 124 0 116 26 174 110 55
Binary 100000 11000110 101100 1010100 0 1001110 10110 1111100 1001000 101101

Color Harmonies of #20C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C62C

Black with #20C62C

Text Example


Text Example

White with #20C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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