Html Css Color HEX #20C640 Lime Green

📋 copy color: '#20C640'

red 32 ◦ green 198 ◦ blue 64

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

Shades of Lime Green #20C640

Tints of Lime Green #20C640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 10.88%
G = 67.35%
B = 21.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#20C640 (or 0x20C640) is known color: Lime Green. HEX triplet: 20, C6 and 40. RGB value is (32,198,64). Sum of RGB (Red+Green+Blue) = 32+198+64=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 198 (77.73% from 255 or 67.35% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 198 - color contains mainly: green. Hex color #20C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C640 is #DF39BF. Grayscale: #858585. Windows color (decimal): -14629312 or 4245024. OLE color: 4245024.

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

Color convert

RGB 32 198 64 -
CMYK 0.84 0 0.68 0.22
HSL 131.57º 0.72% 0.45% -
HSV(B) 131.57º 0.84% 0.78% -
XYZ 21.72 41.07 11.63 -
YUV 133.09 89 55.9 -
System Red Green Blue C M Y K H S L
Decimal 32 198 64 0.84 0 0.68 0.22 131.57 0.72 0.45
Hex 20 C6 40 54 0 44 16 84 48 2D
Octal 40 306 100 124 0 104 26 204 110 55
Binary 100000 11000110 1000000 1010100 0 1000100 10110 10000100 1001000 101101

Color Harmonies of #20C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C640

Black with #20C640

Text Example


Text Example

White with #20C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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