#20B228

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

Shades of Lime Green #20B228

Tints of Lime Green #20B228

Color information

#20B228 (or 0x20B228) is unknown color: approx Lime Green. HEX triplet: 20, B2 and 28. RGB value is (32,178,40). Sum of RGB (Red+Green+Blue) = 32+178+40=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #20B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B228 is #DF4DD7. Grayscale: #777777. Windows color (decimal): -14634456 or 2667040. OLE color: 2667040.

HSL color Cylindrical-coordinate representation of color #20B228: hue angle of 123.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B228 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB3217840-
CMYK0.8200.780.30
HSL123.29º69.52%41.18%-
HSV(B)123.29º82.02%69.8%-
XYZ16.932.37.35-
YUV118.6183.6366.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 178 (69.92% from 255) = 71.2%
BLUE value IS 40 (16.02% from 255) = 16%
R=12.8%
G=71.2%
B=16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32178400.8200.780.30123.2969.5241.18
Hex20B2285204E1E7b4629
Octal402625012201163617310651
Binary100000101100101010001010010010011101111011110111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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