#22BA0D

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

Shades of Lime Green #22BA0D

Tints of Lime Green #22BA0D

Color information

#22BA0D (or 0x22BA0D) is unknown color: approx Lime Green. HEX triplet: 22, BA and 0D. RGB value is (34,186,13). Sum of RGB (Red+Green+Blue) = 34+186+13=233 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.59% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA0D is #DD45F2. Grayscale: #797979. Windows color (decimal): -14501363 or 899618. OLE color: 899618.

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

Color convert

RGB3418613-
CMYK0.8200.930.27
HSL112.72º86.93%39.02%-
HSV(B)112.72º93.01%72.94%-
XYZ18.2935.496.27-
YUV120.8367.1466.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.59%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=14.59%
G=79.83%
B=5.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34186130.8200.930.27112.7286.9339.02
Hex22BAD5205D1B715727
Octal422721512201353316112747
Binary1000101011101011011010010010111011101111100011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22BA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,186,13); }

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

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

 a { background-color: rgb(34,186,13); }

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

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

 span { border-color: rgb(34,186,13); }

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