#21E22A

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

Shades of Lime Green #21E22A

Tints of Lime Green #21E22A

Color information

#21E22A (or 0x21E22A) is unknown color: approx Lime Green. HEX triplet: 21, E2 and 2A. RGB value is (33,226,42). Sum of RGB (Red+Green+Blue) = 33+226+42=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #21E22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E22A is #DE1DD5. Grayscale: #939393. Windows color (decimal): -14556630 or 2810401. OLE color: 2810401.

HSL color Cylindrical-coordinate representation of color #21E22A: hue angle of 122.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E22A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB3322642-
CMYK0.8500.810.11
HSL122.8º76.89%50.78%-
HSV(B)122.8º85.4%88.63%-
XYZ28.2454.8811.3-
YUV147.3268.5646.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 226 (88.67% from 255) = 75.08%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=10.96%
G=75.08%
B=13.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal33226420.8500.810.11122.876.8950.78
Hex21E22A55051B7b4d33
Octal413425212501211317311563
Binary10000111100010101010101010101010001101111110111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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