Html Css Color HEX #20C529 Lime Green

📋 copy color: '#20C529'

red 32 ◦ green 197 ◦ blue 41

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

Shades of Lime Green #20C529

Tints of Lime Green #20C529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 72.96%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 11.85%
G = 72.96%
B = 15.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#20C529 (or 0x20C529) is known color: Lime Green. HEX triplet: 20, C5 and 29. RGB value is (32,197,41). Sum of RGB (Red+Green+Blue) = 32+197+41=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 197 (77.34% from 255 or 72.96% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 197 - color contains mainly: green. Hex color #20C529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C529 is #DF3AD6. Grayscale: #828282. Windows color (decimal): -14629591 or 2737440. OLE color: 2737440.

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

Color convert

RGB 32 197 41 -
CMYK 0.84 0 0.79 0.23
HSL 123.27º 0.72% 0.45% -
HSV(B) 123.27º 0.84% 0.77% -
XYZ 20.96 40.4 8.79 -
YUV 129.88 77.84 58.18 -
System Red Green Blue C M Y K H S L
Decimal 32 197 41 0.84 0 0.79 0.23 123.27 0.72 0.45
Hex 20 C5 29 54 0 4F 17 7B 48 2D
Octal 40 305 51 124 0 117 27 173 110 55
Binary 100000 11000101 101001 1010100 0 1001111 10111 1111011 1001000 101101

Color Harmonies of #20C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C529

Black with #20C529

Text Example


Text Example

White with #20C529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,197,41); }

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

background-color css

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

 a { background-color: rgb(32,197,41); }

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

border-color css

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

 span { border-color: rgb(32,197,41); }

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