#20C943

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

Shades of Lime Green #20C943

Tints of Lime Green #20C943

Color information

#20C943 (or 0x20C943) is unknown color: approx Lime Green. HEX triplet: 20, C9 and 43. RGB value is (32,201,67). Sum of RGB (Red+Green+Blue) = 32+201+67=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #20C943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C943 is #DF36BC. Grayscale: #878787. Windows color (decimal): -14628541 or 4442400. OLE color: 4442400.

HSL color Cylindrical-coordinate representation of color #20C943: hue angle of 132.43º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C943 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB3220167-
CMYK0.8400.670.21
HSL132.43º72.53%45.69%-
HSV(B)132.43º84.08%78.82%-
XYZ22.542.4912.33-
YUV135.1989.5154.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 201 (78.91% from 255) = 67%
BLUE value IS 67 (26.56% from 255) = 22.33%
R=10.67%
G=67%
B=22.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32201670.8400.670.21132.4372.5345.69
Hex20C943540431584492e
Octal4031110312401032520411156
Binary10000011001001100001110101000100001110101100001001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,201,67); }

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

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

 a { background-color: rgb(32,201,67); }

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

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

 span { border-color: rgb(32,201,67); }

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