Html Css Color HEX #20B32B Lime Green

📋 copy color: '#20B32B'

red 32 ◦ green 179 ◦ blue 43

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

Shades of Lime Green #20B32B

Tints of Lime Green #20B32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 12.6%
G = 70.47%
B = 16.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#20B32B (or 0x20B32B) is known color: Lime Green. HEX triplet: 20, B3 and 2B. RGB value is (32,179,43). Sum of RGB (Red+Green+Blue) = 32+179+43=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 179 (70.31% from 255 or 70.47% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 179 - color contains mainly: green. Hex color #20B32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B32B is #DF4CD4. Grayscale: #777777. Windows color (decimal): -14634197 or 2863904. OLE color: 2863904.

HSL color Cylindrical-coordinate representation of color #20B32B: hue angle of 124.49º 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 #20B32B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 32 179 43 -
CMYK 0.82 0 0.76 0.30
HSL 124.49º 0.7% 0.41% -
HSV(B) 124.49º 0.82% 0.7% -
XYZ 17.15 32.72 7.7 -
YUV 119.54 84.8 65.56 -
System Red Green Blue C M Y K H S L
Decimal 32 179 43 0.82 0 0.76 0.30 124.49 0.7 0.41
Hex 20 B3 2B 52 0 4C 1E 7C 46 29
Octal 40 263 53 122 0 114 36 174 106 51
Binary 100000 10110011 101011 1010010 0 1001100 11110 1111100 1000110 101001

Color Harmonies of #20B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B32B

Black with #20B32B

Text Example


Text Example

White with #20B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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