#21B82E

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

Shades of Lime Green #21B82E

Tints of Lime Green #21B82E

Color information

#21B82E (or 0x21B82E) is unknown color: approx Lime Green. HEX triplet: 21, B8 and 2E. RGB value is (33,184,46). Sum of RGB (Red+Green+Blue) = 33+184+46=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #21B82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21B82E is #DE47D1. Grayscale: #7B7B7B. Windows color (decimal): -14567378 or 3061793. OLE color: 3061793.

HSL color Cylindrical-coordinate representation of color #21B82E: hue angle of 125.17º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B82E is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB3318446-
CMYK0.8200.750.28
HSL125.17º69.59%42.55%-
HSV(B)125.17º82.07%72.16%-
XYZ18.2634.88.34-
YUV123.1284.4763.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 184 (72.27% from 255) = 69.96%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=12.55%
G=69.96%
B=17.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33184460.8200.750.28125.1769.5942.55
Hex21B82E5204B1C7d462b
Octal412705612201133417510653
Binary100001101110001011101010010010010111110011111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,184,46); }

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

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

 a { background-color: rgb(33,184,46); }

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

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

 span { border-color: rgb(33,184,46); }

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