#21BE22

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

Shades of Lime Green #21BE22

Tints of Lime Green #21BE22

Color information

#21BE22 (or 0x21BE22) is unknown color: approx Lime Green. HEX triplet: 21, BE and 22. RGB value is (33,190,34). Sum of RGB (Red+Green+Blue) = 33+190+34=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE22 is #DE41DD. Grayscale: #7D7D7D. Windows color (decimal): -14565854 or 2276897. OLE color: 2276897.

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

Color convert

RGB3319034-
CMYK0.8300.820.25
HSL120.38º70.4%43.73%-
HSV(B)120.38º82.63%74.51%-
XYZ19.3337.277.69-
YUV125.2776.4962.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 190 (74.61% from 255) = 73.93%
BLUE value IS 34 (13.67% from 255) = 13.23%
R=12.84%
G=73.93%
B=13.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33190340.8300.820.25120.3870.443.73
Hex21BE22530521978462c
Octal412764212301223117010654
Binary100001101111101000101010011010100101100111110001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,190,34); }

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

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

 a { background-color: rgb(33,190,34); }

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

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

 span { border-color: rgb(33,190,34); }

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