#22BF21

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

Shades of Lime Green #22BF21

Tints of Lime Green #22BF21

Color information

#22BF21 (or 0x22BF21) is unknown color: approx Lime Green. HEX triplet: 22, BF and 21. RGB value is (34,191,33). Sum of RGB (Red+Green+Blue) = 34+191+33=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF21 is #DD40DE. Grayscale: #7E7E7E. Windows color (decimal): -14500063 or 2211618. OLE color: 2211618.

HSL color Cylindrical-coordinate representation of color #22BF21: hue angle of 119.62º degrees, saturation: 0.71, 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 #22BF21 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB3419133-
CMYK0.8200.830.25
HSL119.62º70.54%43.92%-
HSV(B)119.62º82.72%74.9%-
XYZ19.5737.717.69-
YUV126.0475.4962.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 191 (75% from 255) = 74.03%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=13.18%
G=74.03%
B=12.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34191330.8200.830.25119.6270.5443.92
Hex22BF21520531978472c
Octal422774112201233117010754
Binary100010101111111000011010010010100111100111110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22BF21; }

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

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

<style>
 a { background-color: #22BF21; }

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

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

<style>
 span { border-color: #22BF21; }

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

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