#21B228

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

Shades of Lime Green #21B228

Tints of Lime Green #21B228

Color information

#21B228 (or 0x21B228) is unknown color: approx Lime Green. HEX triplet: 21, B2 and 28. RGB value is (33,178,40). Sum of RGB (Red+Green+Blue) = 33+178+40=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 178 (69.92% from 255 or 70.92% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 178 - color contains mainly: green. Hex color #21B228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B228 is #DE4DD7. Grayscale: #777777. Windows color (decimal): -14568920 or 2667041. OLE color: 2667041.

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

Color convert

RGB3317840-
CMYK0.8100.780.30
HSL122.9º68.72%41.37%-
HSV(B)122.9º81.46%69.8%-
XYZ16.9332.327.35-
YUV118.9183.4666.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 178 (69.92% from 255) = 70.92%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=13.15%
G=70.92%
B=15.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178400.8100.780.30122.968.7241.37
Hex21B2285104E1E7b4529
Octal412625012101163617310551
Binary100001101100101010001010001010011101111011110111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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