Html Css Color HEX #22C320 Lime Green

📋 copy color: '#22C320'

red 34 ◦ green 195 ◦ blue 32

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

Shades of Lime Green #22C320

Tints of Lime Green #22C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 74.71%

 BLUE value IS 32 (12.89% from 255) = 12.26%

R = 13.03%
G = 74.71%
B = 12.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#22C320 (or 0x22C320) is known color: Lime Green. HEX triplet: 22, C3 and 20. RGB value is (34,195,32). Sum of RGB (Red+Green+Blue) = 34+195+32=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 195 (76.56% from 255 or 74.71% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 195 - color contains mainly: green. Hex color #22C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C320 is #DD3CDF. Grayscale: #808080. Windows color (decimal): -14499040 or 2147106. OLE color: 2147106.

HSL color Cylindrical-coordinate representation of color #22C320: hue angle of 119.26º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22C320 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 195 32 -
CMYK 0.83 0 0.84 0.24
HSL 119.26º 0.72% 0.45% -
HSV(B) 119.26º 0.84% 0.76% -
XYZ 20.44 39.47 7.91 -
YUV 128.28 73.66 60.75 -
System Red Green Blue C M Y K H S L
Decimal 34 195 32 0.83 0 0.84 0.24 119.26 0.72 0.45
Hex 22 C3 20 53 0 54 18 77 48 2D
Octal 42 303 40 123 0 124 30 167 110 55
Binary 100010 11000011 100000 1010011 0 1010100 11000 1110111 1001000 101101

Color Harmonies of #22C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C320

Black with #22C320

Text Example


Text Example

White with #22C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,195,32); }

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

background-color css

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

 a { background-color: rgb(34,195,32); }

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

border-color css

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

 span { border-color: rgb(34,195,32); }

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