Html Css Color HEX #22BF20 Lime Green

📋 copy color: '#22BF20'

red 34 ◦ green 191 ◦ blue 32

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

Shades of Lime Green #22BF20

Tints of Lime Green #22BF20

RGB

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

 GREEN value IS 191 (75% from 255) = 74.32%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 13.23%
G = 74.32%
B = 12.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#22BF20 (or 0x22BF20) is known color: Lime Green. HEX triplet: 22, BF and 20. RGB value is (34,191,32). Sum of RGB (Red+Green+Blue) = 34+191+32=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 191 (75% from 255 or 74.32% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BF20 is #DD40DF. Grayscale: #7E7E7E. Windows color (decimal): -14500064 or 2146082. OLE color: 2146082.

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

Color convert

RGB 34 191 32 -
CMYK 0.82 0 0.83 0.25
HSL 119.25º 0.71% 0.44% -
HSV(B) 119.25º 0.83% 0.75% -
XYZ 19.55 37.71 7.61 -
YUV 125.93 74.99 62.43 -
System Red Green Blue C M Y K H S L
Decimal 34 191 32 0.82 0 0.83 0.25 119.25 0.71 0.44
Hex 22 BF 20 52 0 53 19 77 47 2C
Octal 42 277 40 122 0 123 31 167 107 54
Binary 100010 10111111 100000 1010010 0 1010011 11001 1110111 1000111 101100

Color Harmonies of #22BF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BF20

Black with #22BF20

Text Example


Text Example

White with #22BF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,191,32); }

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

background-color css

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

 a { background-color: rgb(34,191,32); }

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

border-color css

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

 span { border-color: rgb(34,191,32); }

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