#20BC21

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

Shades of Lime Green #20BC21

Tints of Lime Green #20BC21

Color information

#20BC21 (or 0x20BC21) is unknown color: approx Lime Green. HEX triplet: 20, BC and 21. RGB value is (32,188,33). Sum of RGB (Red+Green+Blue) = 32+188+33=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC21 is #DF43DE. Grayscale: #7C7C7C. Windows color (decimal): -14631903 or 2210848. OLE color: 2210848.

HSL color Cylindrical-coordinate representation of color #20BC21: hue angle of 120.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BC21 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB3218833-
CMYK0.8300.820.26
HSL120.38º70.91%43.14%-
HSV(B)120.38º82.98%73.73%-
XYZ18.8536.387.47-
YUV123.6976.8262.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 188 (73.83% from 255) = 74.31%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=12.65%
G=74.31%
B=13.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32188330.8300.820.26120.3870.9143.14
Hex20BC21530521A78472b
Octal402744112301223217010753
Binary100000101111001000011010011010100101101011110001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,188,33); }

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

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

 a { background-color: rgb(32,188,33); }

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

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

 span { border-color: rgb(32,188,33); }

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