Html Css Color HEX #22B63C Lime Green

📋 copy color: '#22B63C'

red 34 ◦ green 182 ◦ blue 60

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

Shades of Lime Green #22B63C

Tints of Lime Green #22B63C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 65.94%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 12.32%
G = 65.94%
B = 21.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#22B63C (or 0x22B63C) is known color: Lime Green. HEX triplet: 22, B6 and 3C. RGB value is (34,182,60). Sum of RGB (Red+Green+Blue) = 34+182+60=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #22B63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B63C is #DD49C3. Grayscale: #7C7C7C. Windows color (decimal): -14502340 or 3978786. OLE color: 3978786.

HSL color Cylindrical-coordinate representation of color #22B63C: hue angle of 130.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B63C is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 182 60 -
CMYK 0.81 0 0.67 0.29
HSL 130.54º 0.69% 0.42% -
HSV(B) 130.54º 0.81% 0.71% -
XYZ 18.2 34.12 9.9 -
YUV 123.84 91.97 63.92 -
System Red Green Blue C M Y K H S L
Decimal 34 182 60 0.81 0 0.67 0.29 130.54 0.69 0.42
Hex 22 B6 3C 51 0 43 1D 83 45 2A
Octal 42 266 74 121 0 103 35 203 105 52
Binary 100010 10110110 111100 1010001 0 1000011 11101 10000011 1000101 101010

Color Harmonies of #22B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22B63C

Black with #22B63C

Text Example


Text Example

White with #22B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,182,60); }

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

background-color css

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

 a { background-color: rgb(34,182,60); }

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

border-color css

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

 span { border-color: rgb(34,182,60); }

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