#21B22A

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

Shades of Lime Green #21B22A

Tints of Lime Green #21B22A

Color information

#21B22A (or 0x21B22A) is unknown color: approx Lime Green. HEX triplet: 21, B2 and 2A. RGB value is (33,178,42). Sum of RGB (Red+Green+Blue) = 33+178+42=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 178 (69.92% from 255 or 70.36% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 178 - color contains mainly: green. Hex color #21B22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B22A is #DE4DD5. Grayscale: #777777. Windows color (decimal): -14568918 or 2798113. OLE color: 2798113.

HSL color Cylindrical-coordinate representation of color #21B22A: hue angle of 123.72º 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 #21B22A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB3317842-
CMYK0.8100.760.30
HSL123.72º68.72%41.37%-
HSV(B)123.72º81.46%69.8%-
XYZ16.9732.337.54-
YUV119.1484.4666.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 178 (69.92% from 255) = 70.36%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=13.04%
G=70.36%
B=16.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178420.8100.760.30123.7268.7241.37
Hex21B22A5104C1E7c4529
Octal412625212101143617410551
Binary100001101100101010101010001010011001111011111001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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