Html Css Color HEX #22C820 Lime Green

📋 copy color: '#22C820'

red 34 ◦ green 200 ◦ blue 32

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

Shades of Lime Green #22C820

Tints of Lime Green #22C820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 75.19%

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

R = 12.78%
G = 75.19%
B = 12.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#22C820 (or 0x22C820) is known color: Lime Green. HEX triplet: 22, C8 and 20. RGB value is (34,200,32). Sum of RGB (Red+Green+Blue) = 34+200+32=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #22C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C820 is #DD37DF. Grayscale: #838383. Windows color (decimal): -14497760 or 2148386. OLE color: 2148386.

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

Color convert

RGB 34 200 32 -
CMYK 0.83 0 0.84 0.22
HSL 119.29º 0.72% 0.45% -
HSV(B) 119.29º 0.84% 0.78% -
XYZ 21.57 41.75 8.29 -
YUV 131.21 72 58.66 -
System Red Green Blue C M Y K H S L
Decimal 34 200 32 0.83 0 0.84 0.22 119.29 0.72 0.45
Hex 22 C8 20 53 0 54 16 77 48 2D
Octal 42 310 40 123 0 124 26 167 110 55
Binary 100010 11001000 100000 1010011 0 1010100 10110 1110111 1001000 101101

Color Harmonies of #22C820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C820

Black with #22C820

Text Example


Text Example

White with #22C820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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