Html Css Color HEX #20D536 Lime Green

📋 copy color: '#20D536'

red 32 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #20D536

Tints of Lime Green #20D536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 71.24%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 10.7%
G = 71.24%
B = 18.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#20D536 (or 0x20D536) is known color: Lime Green. HEX triplet: 20, D5 and 36. RGB value is (32,213,54). Sum of RGB (Red+Green+Blue) = 32+213+54=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #20D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D536 is #DF2AC9. Grayscale: #8D8D8D. Windows color (decimal): -14625482 or 3593504. OLE color: 3593504.

HSL color Cylindrical-coordinate representation of color #20D536: hue angle of 127.29º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D536 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 213 54 -
CMYK 0.85 0 0.75 0.16
HSL 127.29º 0.74% 0.48% -
HSV(B) 127.29º 0.85% 0.84% -
XYZ 25.06 48.16 11.47 -
YUV 140.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 32 213 54 0.85 0 0.75 0.16 127.29 0.74 0.48
Hex 20 D5 36 55 0 4B 10 7F 4A 30
Octal 40 325 66 125 0 113 20 177 112 60
Binary 100000 11010101 110110 1010101 0 1001011 10000 1111111 1001010 110000

Color Harmonies of #20D536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D536

Black with #20D536

Text Example


Text Example

White with #20D536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,213,54); }

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

background-color css

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

 a { background-color: rgb(32,213,54); }

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

border-color css

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

 span { border-color: rgb(32,213,54); }

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