Html Css Color HEX #22BA14 Lime Green

📋 copy color: '#22BA14'

red 34 ◦ green 186 ◦ blue 20

#22BA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #22BA14

Tints of Lime Green #22BA14

RGB

 RED value IS 34 (13.67% from 255) = 14.17%

 GREEN value IS 186 (73.05% from 255) = 77.5%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 14.17%
G = 77.5%
B = 8.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#22BA14 (or 0x22BA14) is known color: Lime Green. HEX triplet: 22, BA and 14. RGB value is (34,186,20). Sum of RGB (Red+Green+Blue) = 34+186+20=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #22BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BA14 is #DD45EB. Grayscale: #7A7A7A. Windows color (decimal): -14501356 or 1358370. OLE color: 1358370.

HSL color Cylindrical-coordinate representation of color #22BA14: hue angle of 114.94º degrees, saturation: 0.81, 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 #22BA14 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 34 186 20 -
CMYK 0.82 0 0.89 0.27
HSL 114.94º 0.81% 0.4% -
HSV(B) 114.94º 0.89% 0.73% -
XYZ 18.34 35.51 6.55 -
YUV 121.63 70.64 65.5 -
System Red Green Blue C M Y K H S L
Decimal 34 186 20 0.82 0 0.89 0.27 114.94 0.81 0.4
Hex 22 BA 14 52 0 59 1B 73 51 28
Octal 42 272 24 122 0 131 33 163 121 50
Binary 100010 10111010 10100 1010010 0 1011001 11011 1110011 1010001 101000

Color Harmonies of #22BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BA14

Black with #22BA14

Text Example


Text Example

White with #22BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #22BA14;
 }
 .AnyTagClassName
 {
   color: #22BA14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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