Html Css Color HEX #22B32A Lime Green

📋 copy color: '#22B32A'

red 34 ◦ green 179 ◦ blue 42

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

Shades of Lime Green #22B32A

Tints of Lime Green #22B32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 70.2%

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 13.33%
G = 70.2%
B = 16.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#22B32A (or 0x22B32A) is known color: Lime Green. HEX triplet: 22, B3 and 2A. RGB value is (34,179,42). Sum of RGB (Red+Green+Blue) = 34+179+42=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #22B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B32A is #DD4CD5. Grayscale: #787878. Windows color (decimal): -14503126 or 2798370. OLE color: 2798370.

HSL color Cylindrical-coordinate representation of color #22B32A: hue angle of 123.31º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B32A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 34 179 42 -
CMYK 0.81 0 0.77 0.30
HSL 123.31º 0.68% 0.42% -
HSV(B) 123.31º 0.81% 0.7% -
XYZ 17.2 32.75 7.6 -
YUV 120.03 83.96 66.64 -
System Red Green Blue C M Y K H S L
Decimal 34 179 42 0.81 0 0.77 0.30 123.31 0.68 0.42
Hex 22 B3 2A 51 0 4D 1E 7B 44 2A
Octal 42 263 52 121 0 115 36 173 104 52
Binary 100010 10110011 101010 1010001 0 1001101 11110 1111011 1000100 101010

Color Harmonies of #22B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22B32A

Black with #22B32A

Text Example


Text Example

White with #22B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,179,42); }

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

background-color css

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

 a { background-color: rgb(34,179,42); }

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

border-color css

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

 span { border-color: rgb(34,179,42); }

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