Html Css Color HEX #22BC31 Lime Green

📋 copy color: '#22BC31'

red 34 ◦ green 188 ◦ blue 49

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

Shades of Lime Green #22BC31

Tints of Lime Green #22BC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.37%

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

R = 12.55%
G = 69.37%
B = 18.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#22BC31 (or 0x22BC31) is known color: Lime Green. HEX triplet: 22, BC and 31. RGB value is (34,188,49). Sum of RGB (Red+Green+Blue) = 34+188+49=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC31 is #DD43CE. Grayscale: #7E7E7E. Windows color (decimal): -14500815 or 3259426. OLE color: 3259426.

HSL color Cylindrical-coordinate representation of color #22BC31: hue angle of 125.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BC31 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 188 49 -
CMYK 0.82 0 0.74 0.26
HSL 125.84º 0.69% 0.44% -
HSV(B) 125.84º 0.82% 0.74% -
XYZ 19.2 36.53 8.94 -
YUV 126.11 84.48 62.3 -
System Red Green Blue C M Y K H S L
Decimal 34 188 49 0.82 0 0.74 0.26 125.84 0.69 0.44
Hex 22 BC 31 52 0 4A 1A 7E 45 2C
Octal 42 274 61 122 0 112 32 176 105 54
Binary 100010 10111100 110001 1010010 0 1001010 11010 1111110 1000101 101100

Color Harmonies of #22BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC31

Black with #22BC31

Text Example


Text Example

White with #22BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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