Html Css Color HEX #22C531 Lime Green

📋 copy color: '#22C531'

red 34 ◦ green 197 ◦ blue 49

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

Shades of Lime Green #22C531

Tints of Lime Green #22C531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.36%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 12.14%
G = 70.36%
B = 17.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#22C531 (or 0x22C531) is known color: Lime Green. HEX triplet: 22, C5 and 31. RGB value is (34,197,49). Sum of RGB (Red+Green+Blue) = 34+197+49=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #22C531 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C531 is #DD3ACE. Grayscale: #838383. Windows color (decimal): -14498511 or 3261730. OLE color: 3261730.

HSL color Cylindrical-coordinate representation of color #22C531: hue angle of 125.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C531 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 34 197 49 -
CMYK 0.83 0 0.75 0.23
HSL 125.52º 0.71% 0.45% -
HSV(B) 125.52º 0.83% 0.77% -
XYZ 21.18 40.49 9.61 -
YUV 131.39 81.5 58.53 -
System Red Green Blue C M Y K H S L
Decimal 34 197 49 0.83 0 0.75 0.23 125.52 0.71 0.45
Hex 22 C5 31 53 0 4B 17 7E 47 2D
Octal 42 305 61 123 0 113 27 176 107 55
Binary 100010 11000101 110001 1010011 0 1001011 10111 1111110 1000111 101101

Color Harmonies of #22C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C531

Black with #22C531

Text Example


Text Example

White with #22C531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,197,49); }

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

background-color css

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

 a { background-color: rgb(34,197,49); }

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

border-color css

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

 span { border-color: rgb(34,197,49); }

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