Html Css Color HEX #20C132 Lime Green

📋 copy color: '#20C132'

red 32 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #20C132

Tints of Lime Green #20C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.18%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 11.64%
G = 70.18%
B = 18.18%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#20C132 (or 0x20C132) is known color: Lime Green. HEX triplet: 20, C1 and 32. RGB value is (32,193,50). Sum of RGB (Red+Green+Blue) = 32+193+50=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #20C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C132 is #DF3ECD. Grayscale: #808080. Windows color (decimal): -14630606 or 3326240. OLE color: 3326240.

HSL color Cylindrical-coordinate representation of color #20C132: hue angle of 126.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C132 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 193 50 -
CMYK 0.83 0 0.74 0.24
HSL 126.71º 0.72% 0.44% -
HSV(B) 126.71º 0.83% 0.76% -
XYZ 20.24 38.68 9.42 -
YUV 128.56 83.66 59.13 -
System Red Green Blue C M Y K H S L
Decimal 32 193 50 0.83 0 0.74 0.24 126.71 0.72 0.44
Hex 20 C1 32 53 0 4A 18 7F 48 2C
Octal 40 301 62 123 0 112 30 177 110 54
Binary 100000 11000001 110010 1010011 0 1001010 11000 1111111 1001000 101100

Color Harmonies of #20C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C132

Black with #20C132

Text Example


Text Example

White with #20C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,193,50); }

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

background-color css

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

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

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

border-color css

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

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

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