Html Css Color HEX #20C32D Lime Green

📋 copy color: '#20C32D'

red 32 ◦ green 195 ◦ blue 45

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

Shades of Lime Green #20C32D

Tints of Lime Green #20C32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 11.76%
G = 71.69%
B = 16.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#20C32D (or 0x20C32D) is known color: Lime Green. HEX triplet: 20, C3 and 2D. RGB value is (32,195,45). Sum of RGB (Red+Green+Blue) = 32+195+45=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #20C32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C32D is #DF3CD2. Grayscale: #818181. Windows color (decimal): -14630099 or 2999072. OLE color: 2999072.

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

Color convert

RGB 32 195 45 -
CMYK 0.84 0 0.77 0.24
HSL 124.79º 0.72% 0.45% -
HSV(B) 124.79º 0.84% 0.76% -
XYZ 20.58 39.53 9.03 -
YUV 129.16 80.5 58.7 -
System Red Green Blue C M Y K H S L
Decimal 32 195 45 0.84 0 0.77 0.24 124.79 0.72 0.45
Hex 20 C3 2D 54 0 4D 18 7D 48 2D
Octal 40 303 55 124 0 115 30 175 110 55
Binary 100000 11000011 101101 1010100 0 1001101 11000 1111101 1001000 101101

Color Harmonies of #20C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C32D

Black with #20C32D

Text Example


Text Example

White with #20C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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