Html Css Color HEX #20BA20 Lime Green

📋 copy color: '#20BA20'

red 32 ◦ green 186 ◦ blue 32

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

Shades of Lime Green #20BA20

Tints of Lime Green #20BA20

RGB

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

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

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

R = 12.8%
G = 74.4%
B = 12.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#20BA20 (or 0x20BA20) is known color: Lime Green. HEX triplet: 20, BA and 20. RGB value is (32,186,32). Sum of RGB (Red+Green+Blue) = 32+186+32=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA20 is #DF45DF. Grayscale: #7A7A7A. Windows color (decimal): -14632416 or 2144800. OLE color: 2144800.

HSL color Cylindrical-coordinate representation of color #20BA20: hue angle of 120º 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 #20BA20 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 186 32 -
CMYK 0.83 0 0.83 0.27
HSL 120º 0.71% 0.43% -
HSV(B) 120º 0.83% 0.73% -
XYZ 18.42 35.53 7.25 -
YUV 122.4 76.98 63.52 -
System Red Green Blue C M Y K H S L
Decimal 32 186 32 0.83 0 0.83 0.27 120 0.71 0.43
Hex 20 BA 20 53 0 53 1B 78 47 2B
Octal 40 272 40 123 0 123 33 170 107 53
Binary 100000 10111010 100000 1010011 0 1010011 11011 1111000 1000111 101011

Color Harmonies of #20BA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA20

Black with #20BA20

Text Example


Text Example

White with #20BA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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