Html Css Color HEX #22C02A Lime Green

📋 copy color: '#22C02A'

red 34 ◦ green 192 ◦ blue 42

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

Shades of Lime Green #22C02A

Tints of Lime Green #22C02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.64%

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

R = 12.69%
G = 71.64%
B = 15.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#22C02A (or 0x22C02A) is known color: Lime Green. HEX triplet: 22, C0 and 2A. RGB value is (34,192,42). Sum of RGB (Red+Green+Blue) = 34+192+42=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #22C02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C02A is #DD3FD5. Grayscale: #808080. Windows color (decimal): -14499798 or 2801698. OLE color: 2801698.

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

Color convert

RGB 34 192 42 -
CMYK 0.82 0 0.78 0.25
HSL 123.04º 0.7% 0.44% -
HSV(B) 123.04º 0.82% 0.75% -
XYZ 19.93 38.21 8.51 -
YUV 127.66 79.65 61.2 -
System Red Green Blue C M Y K H S L
Decimal 34 192 42 0.82 0 0.78 0.25 123.04 0.7 0.44
Hex 22 C0 2A 52 0 4E 19 7B 46 2C
Octal 42 300 52 122 0 116 31 173 106 54
Binary 100010 11000000 101010 1010010 0 1001110 11001 1111011 1000110 101100

Color Harmonies of #22C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C02A

Black with #22C02A

Text Example


Text Example

White with #22C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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