#22B832

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

Shades of Lime Green #22B832

Tints of Lime Green #22B832

Color information

#22B832 (or 0x22B832) is unknown color: approx Lime Green. HEX triplet: 22, B8 and 32. RGB value is (34,184,50). Sum of RGB (Red+Green+Blue) = 34+184+50=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 184 (72.27% from 255 or 68.66% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 184 - color contains mainly: green. Hex color #22B832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B832 is #DD47CD. Grayscale: #7C7C7C. Windows color (decimal): -14501838 or 3323938. OLE color: 3323938.

HSL color Cylindrical-coordinate representation of color #22B832: hue angle of 126.4º degrees, saturation: 0.69, 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 #22B832 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB3418450-
CMYK0.8200.730.28
HSL126.4º68.81%42.75%-
HSV(B)126.4º81.52%72.16%-
XYZ18.3834.858.78-
YUV123.8786.363.9-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.69%
GREEN value IS 184 (72.27% from 255) = 68.66%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=12.69%
G=68.66%
B=18.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34184500.8200.730.28126.468.8142.75
Hex22B832520491C7e452b
Octal422706212201113417610553
Binary100010101110001100101010010010010011110011111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,184,50); }

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

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

 a { background-color: rgb(34,184,50); }

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

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

 span { border-color: rgb(34,184,50); }

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