Html Css Color HEX #20BA22 Lime Green

📋 copy color: '#20BA22'

red 32 ◦ green 186 ◦ blue 34

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

Shades of Lime Green #20BA22

Tints of Lime Green #20BA22

RGB

 RED value IS 32 (12.89% from 255) = 12.7%

 GREEN value IS 186 (73.05% from 255) = 73.81%

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 12.7%
G = 73.81%
B = 13.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#20BA22 (or 0x20BA22) is known color: Lime Green. HEX triplet: 20, BA and 22. RGB value is (32,186,34). Sum of RGB (Red+Green+Blue) = 32+186+34=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA22 is #DF45DD. Grayscale: #7B7B7B. Windows color (decimal): -14632414 or 2275872. OLE color: 2275872.

HSL color Cylindrical-coordinate representation of color #20BA22: hue angle of 120.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA22 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 34 -
CMYK 0.83 0 0.82 0.27
HSL 120.78º 0.71% 0.43% -
HSV(B) 120.78º 0.83% 0.73% -
XYZ 18.44 35.54 7.4 -
YUV 122.63 77.98 63.36 -
System Red Green Blue C M Y K H S L
Decimal 32 186 34 0.83 0 0.82 0.27 120.78 0.71 0.43
Hex 20 BA 22 53 0 52 1B 79 47 2B
Octal 40 272 42 123 0 122 33 171 107 53
Binary 100000 10111010 100010 1010011 0 1010010 11011 1111001 1000111 101011

Color Harmonies of #20BA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA22

Black with #20BA22

Text Example


Text Example

White with #20BA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20BA22; }

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

 H1.HeaderClassName
 {
   color: #20BA22;
 }
 .AnyTagClassName
 {
   color: #20BA22;
 }
</style>

background-color css

<style>
 a { background-color: #20BA22; }

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

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

border-color css

<style>
 span { border-color: #20BA22; }

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

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