#21B21D

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

Shades of Lime Green #21B21D

Tints of Lime Green #21B21D

Color information

#21B21D (or 0x21B21D) is unknown color: approx Lime Green. HEX triplet: 21, B2 and 1D. RGB value is (33,178,29). Sum of RGB (Red+Green+Blue) = 33+178+29=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #21B21D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21B21D is #DE4DE2. Grayscale: #767676. Windows color (decimal): -14568931 or 1946145. OLE color: 1946145.

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

Color convert

RGB3317829-
CMYK0.8100.840.30
HSL118.39º71.98%40.59%-
HSV(B)118.39º83.71%69.8%-
XYZ16.7732.256.5-
YUV117.6677.9667.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=13.75%
G=74.17%
B=12.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33178290.8100.840.30118.3971.9840.59
Hex21B21D510541E764829
Octal412623512101243616611051
Binary10000110110010111011010001010101001111011101101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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