#22C140

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

Shades of Lime Green #22C140

Tints of Lime Green #22C140

Color information

#22C140 (or 0x22C140) is unknown color: approx Lime Green. HEX triplet: 22, C1 and 40. RGB value is (34,193,64). Sum of RGB (Red+Green+Blue) = 34+193+64=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #22C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C140 is #DD3EBF. Grayscale: #838383. Windows color (decimal): -14499520 or 4243746. OLE color: 4243746.

HSL color Cylindrical-coordinate representation of color #22C140: hue angle of 131.32º 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 #22C140 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB3419364-
CMYK0.8200.670.24
HSL131.32º70.04%44.51%-
HSV(B)131.32º82.38%75.69%-
XYZ20.6638.8511.26-
YUV130.7590.3258.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.68%
GREEN value IS 193 (75.78% from 255) = 66.32%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=11.68%
G=66.32%
B=21.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34193640.8200.670.24131.3270.0444.51
Hex22C140520431883462d
Octal4230110012201033020310655
Binary10001011000001100000010100100100001111000100000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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