Html Css Color HEX #20B334 Lime Green

📋 copy color: '#20B334'

red 32 ◦ green 179 ◦ blue 52

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

Shades of Lime Green #20B334

Tints of Lime Green #20B334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 12.17%
G = 68.06%
B = 19.77%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#20B334 (or 0x20B334) is known color: Lime Green. HEX triplet: 20, B3 and 34. RGB value is (32,179,52). Sum of RGB (Red+Green+Blue) = 32+179+52=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #20B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B334 is #DF4CCB. Grayscale: #787878. Windows color (decimal): -14634188 or 3453728. OLE color: 3453728.

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

Color convert

RGB 32 179 52 -
CMYK 0.82 0 0.71 0.30
HSL 128.16º 0.7% 0.41% -
HSV(B) 128.16º 0.82% 0.7% -
XYZ 17.34 32.8 8.67 -
YUV 120.57 89.3 64.83 -
System Red Green Blue C M Y K H S L
Decimal 32 179 52 0.82 0 0.71 0.30 128.16 0.7 0.41
Hex 20 B3 34 52 0 47 1E 80 46 29
Octal 40 263 64 122 0 107 36 200 106 51
Binary 100000 10110011 110100 1010010 0 1000111 11110 10000000 1000110 101001

Color Harmonies of #20B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B334

Black with #20B334

Text Example


Text Example

White with #20B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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