Html Css Color HEX #20B32A Lime Green

📋 copy color: '#20B32A'

red 32 ◦ green 179 ◦ blue 42

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

Shades of Lime Green #20B32A

Tints of Lime Green #20B32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 70.75%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 12.65%
G = 70.75%
B = 16.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#20B32A (or 0x20B32A) is known color: Lime Green. HEX triplet: 20, B3 and 2A. RGB value is (32,179,42). Sum of RGB (Red+Green+Blue) = 32+179+42=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 179 (70.31% from 255 or 70.75% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 179 - color contains mainly: green. Hex color #20B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B32A is #DF4CD5. Grayscale: #777777. Windows color (decimal): -14634198 or 2798368. OLE color: 2798368.

HSL color Cylindrical-coordinate representation of color #20B32A: hue angle of 124.08º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B32A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 42 -
CMYK 0.82 0 0.77 0.30
HSL 124.08º 0.7% 0.41% -
HSV(B) 124.08º 0.82% 0.7% -
XYZ 17.13 32.71 7.6 -
YUV 119.43 84.3 65.64 -
System Red Green Blue C M Y K H S L
Decimal 32 179 42 0.82 0 0.77 0.30 124.08 0.7 0.41
Hex 20 B3 2A 52 0 4D 1E 7C 46 29
Octal 40 263 52 122 0 115 36 174 106 51
Binary 100000 10110011 101010 1010010 0 1001101 11110 1111100 1000110 101001

Color Harmonies of #20B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B32A

Black with #20B32A

Text Example


Text Example

White with #20B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,179,42); }

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

background-color css

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

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

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

border-color css

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

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

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