Html Css Color HEX #20C340 Lime Green

📋 copy color: '#20C340'

red 32 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #20C340

Tints of Lime Green #20C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.01%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 11%
G = 67.01%
B = 21.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#20C340 (or 0x20C340) is known color: Lime Green. HEX triplet: 20, C3 and 40. RGB value is (32,195,64). Sum of RGB (Red+Green+Blue) = 32+195+64=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #20C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C340 is #DF3CBF. Grayscale: #838383. Windows color (decimal): -14630080 or 4244256. OLE color: 4244256.

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

Color convert

RGB 32 195 64 -
CMYK 0.84 0 0.67 0.24
HSL 131.78º 0.72% 0.45% -
HSV(B) 131.78º 0.84% 0.76% -
XYZ 21.04 39.71 11.41 -
YUV 131.33 90 57.15 -
System Red Green Blue C M Y K H S L
Decimal 32 195 64 0.84 0 0.67 0.24 131.78 0.72 0.45
Hex 20 C3 40 54 0 43 18 84 48 2D
Octal 40 303 100 124 0 103 30 204 110 55
Binary 100000 11000011 1000000 1010100 0 1000011 11000 10000100 1001000 101101

Color Harmonies of #20C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C340

Black with #20C340

Text Example


Text Example

White with #20C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,195,64); }

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

background-color css

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

 a { background-color: rgb(32,195,64); }

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

border-color css

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

 span { border-color: rgb(32,195,64); }

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