#20BE21

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

Shades of Lime Green #20BE21

Tints of Lime Green #20BE21

Color information

#20BE21 (or 0x20BE21) is unknown color: approx Lime Green. HEX triplet: 20, BE and 21. RGB value is (32,190,33). Sum of RGB (Red+Green+Blue) = 32+190+33=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE21 is #DF41DE. Grayscale: #7D7D7D. Windows color (decimal): -14631391 or 2211360. OLE color: 2211360.

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

Color convert

RGB3219033-
CMYK0.8300.830.25
HSL120.38º71.17%43.53%-
HSV(B)120.38º83.16%74.51%-
XYZ19.2837.247.61-
YUV124.8676.1561.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 190 (74.61% from 255) = 74.51%
BLUE value IS 33 (13.28% from 255) = 12.94%
R=12.55%
G=74.51%
B=12.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32190330.8300.830.25120.3871.1743.53
Hex20BE21530531978472c
Octal402764112301233117010754
Binary100000101111101000011010011010100111100111110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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