#20C628

Color #20C628 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20C628

Tints of Lime Green #20C628

Color information

#20C628 (or 0x20C628) is unknown color: approx Lime Green. HEX triplet: 20, C6 and 28. RGB value is (32,198,40). Sum of RGB (Red+Green+Blue) = 32+198+40=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #20C628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C628 is #DF39D7. Grayscale: #828282. Windows color (decimal): -14629336 or 2672160. OLE color: 2672160.

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

Color convert

RGB3219840-
CMYK0.8400.800.22
HSL122.89º72.17%45.1%-
HSV(B)122.89º83.84%77.65%-
XYZ21.1740.858.78-
YUV130.357757.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 198 (77.73% from 255) = 73.33%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=11.85%
G=73.33%
B=14.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32198400.8400.800.22122.8972.1745.1
Hex20C62854050167b482d
Octal403065012401202617311055
Binary100000110001101010001010100010100001011011110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20C628;
 }
 .AnyTagClassName
 {
   color: #20C628;
 }
</style>
background-color css

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

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

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

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

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

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