#22B915

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

Shades of Lime Green #22B915

Tints of Lime Green #22B915

Color information

#22B915 (or 0x22B915) is unknown color: approx Lime Green. HEX triplet: 22, B9 and 15. RGB value is (34,185,21). Sum of RGB (Red+Green+Blue) = 34+185+21=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #22B915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22B915 is #DD46EA. Grayscale: #797979. Windows color (decimal): -14501611 or 1423650. OLE color: 1423650.

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

Color convert

RGB3418521-
CMYK0.8200.890.27
HSL115.24º79.61%40.39%-
HSV(B)115.24º88.65%72.55%-
XYZ18.1435.096.53-
YUV121.1671.4765.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.17%
GREEN value IS 185 (72.66% from 255) = 77.08%
BLUE value IS 21 (8.59% from 255) = 8.75%
R=14.17%
G=77.08%
B=8.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34185210.8200.890.27115.2479.6140.39
Hex22B915520591B735028
Octal422712512201313316312050
Binary10001010111001101011010010010110011101111100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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