Html Css Color HEX #20C341 Lime Green

📋 copy color: '#20C341'

red 32 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #20C341

Tints of Lime Green #20C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 10.96%
G = 66.78%
B = 22.26%

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

#20C341 (or 0x20C341) is known color: Lime Green. HEX triplet: 20, C3 and 41. RGB value is (32,195,65). Sum of RGB (Red+Green+Blue) = 32+195+65=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #20C341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C341 is #DF3CBE. Grayscale: #838383. Windows color (decimal): -14630079 or 4309792. OLE color: 4309792.

HSL color Cylindrical-coordinate representation of color #20C341: hue angle of 132.15º 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 #20C341 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 65 -
CMYK 0.84 0 0.67 0.24
HSL 132.15º 0.72% 0.45% -
HSV(B) 132.15º 0.84% 0.76% -
XYZ 21.06 39.72 11.56 -
YUV 131.44 90.5 57.07 -
System Red Green Blue C M Y K H S L
Decimal 32 195 65 0.84 0 0.67 0.24 132.15 0.72 0.45
Hex 20 C3 41 54 0 43 18 84 48 2D
Octal 40 303 101 124 0 103 30 204 110 55
Binary 100000 11000011 1000001 1010100 0 1000011 11000 10000100 1001000 101101

Color Harmonies of #20C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C341

Black with #20C341

Text Example


Text Example

White with #20C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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