Html Css Color HEX #20D340 Lime Green

📋 copy color: '#20D340'

red 32 ◦ green 211 ◦ blue 64

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

Shades of Lime Green #20D340

Tints of Lime Green #20D340

RGB

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

 GREEN value IS 211 (82.81% from 255) = 68.73%

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

R = 10.42%
G = 68.73%
B = 20.85%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#20D340 (or 0x20D340) is known color: Lime Green. HEX triplet: 20, D3 and 40. RGB value is (32,211,64). Sum of RGB (Red+Green+Blue) = 32+211+64=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 211 (82.81% from 255 or 68.73% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 211 - color contains mainly: green. Hex color #20D340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D340 is #DF2CBF. Grayscale: #8D8D8D. Windows color (decimal): -14625984 or 4248352. OLE color: 4248352.

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

Color convert

RGB 32 211 64 -
CMYK 0.85 0 0.70 0.17
HSL 130.73º 0.74% 0.48% -
HSV(B) 130.73º 0.85% 0.83% -
XYZ 24.82 47.27 12.67 -
YUV 140.72 84.7 50.45 -
System Red Green Blue C M Y K H S L
Decimal 32 211 64 0.85 0 0.70 0.17 130.73 0.74 0.48
Hex 20 D3 40 55 0 46 11 83 4A 30
Octal 40 323 100 125 0 106 21 203 112 60
Binary 100000 11010011 1000000 1010101 0 1000110 10001 10000011 1001010 110000

Color Harmonies of #20D340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D340

Black with #20D340

Text Example


Text Example

White with #20D340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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