Html Css Color HEX #22C22B Lime Green

📋 copy color: '#22C22B'

red 34 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #22C22B

Tints of Lime Green #22C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 71.59%

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 12.55%
G = 71.59%
B = 15.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#22C22B (or 0x22C22B) is known color: Lime Green. HEX triplet: 22, C2 and 2B. RGB value is (34,194,43). Sum of RGB (Red+Green+Blue) = 34+194+43=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 194 (76.17% from 255 or 71.59% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 194 - color contains mainly: green. Hex color #22C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C22B is #DD3DD4. Grayscale: #818181. Windows color (decimal): -14499285 or 2867746. OLE color: 2867746.

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

Color convert

RGB 34 194 43 -
CMYK 0.82 0 0.78 0.24
HSL 123.38º 0.7% 0.45% -
HSV(B) 123.38º 0.82% 0.76% -
XYZ 20.39 39.1 8.76 -
YUV 128.95 79.49 60.28 -
System Red Green Blue C M Y K H S L
Decimal 34 194 43 0.82 0 0.78 0.24 123.38 0.7 0.45
Hex 22 C2 2B 52 0 4E 18 7B 46 2D
Octal 42 302 53 122 0 116 30 173 106 55
Binary 100010 11000010 101011 1010010 0 1001110 11000 1111011 1000110 101101

Color Harmonies of #22C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C22B

Black with #22C22B

Text Example


Text Example

White with #22C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,194,43); }

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

background-color css

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

 a { background-color: rgb(34,194,43); }

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

border-color css

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

 span { border-color: rgb(34,194,43); }

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