#22C31E

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

Shades of Lime Green #22C31E

Tints of Lime Green #22C31E

Color information

#22C31E (or 0x22C31E) is unknown color: approx Lime Green. HEX triplet: 22, C3 and 1E. RGB value is (34,195,30). Sum of RGB (Red+Green+Blue) = 34+195+30=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #22C31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C31E is #DD3CE1. Grayscale: #808080. Windows color (decimal): -14499042 or 2016034. OLE color: 2016034.

HSL color Cylindrical-coordinate representation of color #22C31E: hue angle of 118.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22C31E is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB3419530-
CMYK0.8300.850.24
HSL118.55º73.33%44.12%-
HSV(B)118.55º84.62%76.47%-
XYZ20.4139.467.77-
YUV128.0572.6660.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 195 (76.56% from 255) = 75.29%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=13.13%
G=75.29%
B=11.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34195300.8300.850.24118.5573.3344.12
Hex22C31E530551877492c
Octal423033612301253016711154
Binary10001011000011111101010011010101011100011101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,195,30); }

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

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

 a { background-color: rgb(34,195,30); }

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

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

 span { border-color: rgb(34,195,30); }

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