#21B22F

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

Shades of Lime Green #21B22F

Tints of Lime Green #21B22F

Color information

#21B22F (or 0x21B22F) is unknown color: approx Lime Green. HEX triplet: 21, B2 and 2F. RGB value is (33,178,47). Sum of RGB (Red+Green+Blue) = 33+178+47=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #21B22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B22F is #DE4DD0. Grayscale: #787878. Windows color (decimal): -14568913 or 3125793. OLE color: 3125793.

HSL color Cylindrical-coordinate representation of color #21B22F: hue angle of 125.79º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B22F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB3317847-
CMYK0.8100.740.30
HSL125.79º68.72%41.37%-
HSV(B)125.79º81.46%69.8%-
XYZ17.0632.378.04-
YUV119.7186.9666.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 178 (69.92% from 255) = 68.99%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=12.79%
G=68.99%
B=18.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178470.8100.740.30125.7968.7241.37
Hex21B22F5104A1E7e4529
Octal412625712101123617610551
Binary100001101100101011111010001010010101111011111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B22F; }

 p { color: rgb(33,178,47); }

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

<style>
 a { background-color: #21B22F; }

 a { background-color: rgb(33,178,47); }

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

<style>
 span { border-color: #21B22F; }

 span { border-color: rgb(33,178,47); }

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