#22C115

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

Shades of Lime Green #22C115

Tints of Lime Green #22C115

Color information

#22C115 (or 0x22C115) is unknown color: approx Lime Green. HEX triplet: 22, C1 and 15. RGB value is (34,193,21). Sum of RGB (Red+Green+Blue) = 34+193+21=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #22C115 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C115 is #DD3EEA. Grayscale: #7E7E7E. Windows color (decimal): -14499563 or 1425698. OLE color: 1425698.

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

Color convert

RGB3419321-
CMYK0.8200.890.24
HSL115.47º80.37%41.96%-
HSV(B)115.47º89.12%75.69%-
XYZ19.8738.537.1-
YUV125.8568.8262.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.71%
GREEN value IS 193 (75.78% from 255) = 77.82%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=13.71%
G=77.82%
B=8.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal34193210.8200.890.24115.4780.3741.96
Hex22C115520591873502a
Octal423012512201313016312052
Binary10001011000001101011010010010110011100011100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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