Html Css Color HEX #22C12B Lime Green

📋 copy color: '#22C12B'

red 34 ◦ green 193 ◦ blue 43

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

Shades of Lime Green #22C12B

Tints of Lime Green #22C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 71.48%

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

R = 12.59%
G = 71.48%
B = 15.93%

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

#22C12B (or 0x22C12B) is known color: Lime Green. HEX triplet: 22, C1 and 2B. RGB value is (34,193,43). Sum of RGB (Red+Green+Blue) = 34+193+43=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 193 (75.78% from 255 or 71.48% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 193 - color contains mainly: green. Hex color #22C12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C12B is #DD3ED4. Grayscale: #808080. Windows color (decimal): -14499541 or 2867490. OLE color: 2867490.

HSL color Cylindrical-coordinate representation of color #22C12B: hue angle of 123.4º 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 #22C12B is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 193 43 -
CMYK 0.82 0 0.78 0.24
HSL 123.4º 0.7% 0.45% -
HSV(B) 123.4º 0.82% 0.76% -
XYZ 20.17 38.65 8.68 -
YUV 128.36 79.82 60.7 -
System Red Green Blue C M Y K H S L
Decimal 34 193 43 0.82 0 0.78 0.24 123.4 0.7 0.45
Hex 22 C1 2B 52 0 4E 18 7B 46 2D
Octal 42 301 53 122 0 116 30 173 106 55
Binary 100010 11000001 101011 1010010 0 1001110 11000 1111011 1000110 101101

Color Harmonies of #22C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C12B

Black with #22C12B

Text Example


Text Example

White with #22C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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