#22C132

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

Shades of Lime Green #22C132

Tints of Lime Green #22C132

Color information

#22C132 (or 0x22C132) is unknown color: approx Lime Green. HEX triplet: 22, C1 and 32. RGB value is (34,193,50). Sum of RGB (Red+Green+Blue) = 34+193+50=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #22C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C132 is #DD3ECD. Grayscale: #818181. Windows color (decimal): -14499534 or 3326242. OLE color: 3326242.

HSL color Cylindrical-coordinate representation of color #22C132: hue angle of 126.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C132 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB3419350-
CMYK0.8200.740.24
HSL126.04º70.04%44.51%-
HSV(B)126.04º82.38%75.69%-
XYZ20.3138.719.42-
YUV129.1683.3260.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=12.27%
G=69.68%
B=18.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34193500.8200.740.24126.0470.0444.51
Hex22C1325204A187e462d
Octal423016212201123017610655
Binary100010110000011100101010010010010101100011111101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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