Html Css Color HEX #20BA29 Lime Green

📋 copy color: '#20BA29'

red 32 ◦ green 186 ◦ blue 41

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

Shades of Lime Green #20BA29

Tints of Lime Green #20BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 12.36%
G = 71.81%
B = 15.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#20BA29 (or 0x20BA29) is known color: Lime Green. HEX triplet: 20, BA and 29. RGB value is (32,186,41). Sum of RGB (Red+Green+Blue) = 32+186+41=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BA29 is #DF45D6. Grayscale: #7B7B7B. Windows color (decimal): -14632407 or 2734624. OLE color: 2734624.

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

Color convert

RGB 32 186 41 -
CMYK 0.83 0 0.78 0.27
HSL 123.51º 0.71% 0.43% -
HSV(B) 123.51º 0.83% 0.73% -
XYZ 18.55 35.58 7.99 -
YUV 123.42 81.48 62.79 -
System Red Green Blue C M Y K H S L
Decimal 32 186 41 0.83 0 0.78 0.27 123.51 0.71 0.43
Hex 20 BA 29 53 0 4E 1B 7C 47 2B
Octal 40 272 51 123 0 116 33 174 107 53
Binary 100000 10111010 101001 1010011 0 1001110 11011 1111100 1000111 101011

Color Harmonies of #20BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BA29

Black with #20BA29

Text Example


Text Example

White with #20BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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